Html Css Color HEX #BDCA3B Fuego

📋 copy color: '#BDCA3B'

red 189 ◦ green 202 ◦ blue 59

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

Shades of Fuego #BDCA3B

Tints of Fuego #BDCA3B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.89%

 BLUE value IS 59 (23.44% from 255) = 13.11%

R = 42%
G = 44.89%
B = 13.11%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#BDCA3B (or 0xBDCA3B) is known color: Fuego. HEX triplet: BD, CA and 3B. RGB value is (189,202,59). Sum of RGB (Red+Green+Blue) = 189+202+59=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 59 (23.44% from 255 or 13.11% from 450); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCA3B is #4235C4. Grayscale: #B6B6B6. Windows color (decimal): -4339141 or 3918525. OLE color: 3918525.

HSL color Cylindrical-coordinate representation of color #BDCA3B: hue angle of 65.45º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BDCA3B is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 202 59 -
CMYK 0.06 0 0.71 0.21
HSL 65.45º 0.57% 0.51% -
HSV(B) 65.45º 0.71% 0.79% -
XYZ 42.9 53.38 12.18 -
YUV 181.81 58.69 133.13 -
System Red Green Blue C M Y K H S L
Decimal 189 202 59 0.06 0 0.71 0.21 65.45 0.57 0.51
Hex BD CA 3B 6 0 47 15 41 39 33
Octal 275 312 73 6 0 107 25 101 71 63
Binary 10111101 11001010 111011 110 0 1000111 10101 1000001 111001 110011

Color Harmonies of #BDCA3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCA3B

Black with #BDCA3B

Text Example


Text Example

White with #BDCA3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCA3B; }

 p { color: rgb(189,202,59); }

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

background-color css

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

 a { background-color: rgb(189,202,59); }

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

border-color css

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

 span { border-color: rgb(189,202,59); }

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