Html Css Color HEX #BDC738 Fuego

📋 copy color: '#BDC738'

red 189 ◦ green 199 ◦ blue 56

#BDC738
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuego #BDC738

Tints of Fuego #BDC738

RGB

 RED value IS 189 (74.22% from 255) = 42.57%

 GREEN value IS 199 (78.13% from 255) = 44.82%

 BLUE value IS 56 (22.27% from 255) = 12.61%

R = 42.57%
G = 44.82%
B = 12.61%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.72

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDC738 (or 0xBDC738) is known color: Fuego. HEX triplet: BD, C7 and 38. RGB value is (189,199,56). Sum of RGB (Red+Green+Blue) = 189+199+56=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 199 (78.12% from 255 or 44.82% from 444); Blue value is 56 (22.27% from 255 or 12.61% from 444); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC738 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC738 is #4238C7. Grayscale: #B4B4B4. Windows color (decimal): -4339912 or 3721149. OLE color: 3721149.

HSL color Cylindrical-coordinate representation of color #BDC738: hue angle of 64.2º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BDC738 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 199 56 -
CMYK 0.05 0 0.72 0.22
HSL 64.2º 0.56% 0.5% -
HSV(B) 64.2º 0.72% 0.78% -
XYZ 42.12 51.95 11.55 -
YUV 179.71 58.19 134.63 -
System Red Green Blue C M Y K H S L
Decimal 189 199 56 0.05 0 0.72 0.22 64.2 0.56 0.5
Hex BD C7 38 5 0 48 16 40 38 32
Octal 275 307 70 5 0 110 26 100 70 62
Binary 10111101 11000111 111000 101 0 1001000 10110 1000000 111000 110010

Color Harmonies of #BDC738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC738

Black with #BDC738

Text Example


Text Example

White with #BDC738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC738; }

 p { color: rgb(189,199,56); }

 H1.HeaderClassName
 {
   color: #BDC738;
 }
 .AnyTagClassName
 {
   color: #BDC738;
 }
</style>

background-color css

<style>
 a { background-color: #BDC738; }

 a { background-color: rgb(189,199,56); }

 div.DivClassName
 {
   background-color: #BDC738;
 }
 .BgClassName
 {
   background-color: #BDC738;
 }
</style>

border-color css

<style>
 span { border-color: #BDC738; }

 span { border-color: rgb(189,199,56); }

 td.TdClassName
 {
   border-color: #BDC738;
 }
 .TagClassName
 {
   border-color: #BDC738;
 }
</style>