Html Css Color HEX #BDCC31 Fuego

📋 copy color: '#BDCC31'

red 189 ◦ green 204 ◦ blue 49

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

Shades of Fuego #BDCC31

Tints of Fuego #BDCC31

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.15%

 BLUE value IS 49 (19.53% from 255) = 11.09%

R = 42.76%
G = 46.15%
B = 11.09%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#BDCC31 (or 0xBDCC31) is known color: Fuego. HEX triplet: BD, CC and 31. RGB value is (189,204,49). Sum of RGB (Red+Green+Blue) = 189+204+49=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 204 (80.08% from 255 or 46.15% from 442); Blue value is 49 (19.53% from 255 or 11.09% from 442); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCC31 is #4233CE. Grayscale: #B6B6B6. Windows color (decimal): -4338639 or 3263677. OLE color: 3263677.

HSL color Cylindrical-coordinate representation of color #BDCC31: hue angle of 65.81º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BDCC31 is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 204 49 -
CMYK 0.07 0 0.76 0.2
HSL 65.81º 0.61% 0.5% -
HSV(B) 65.81º 0.76% 0.8% -
XYZ 43.13 54.23 11.1 -
YUV 181.85 53.03 133.1 -
System Red Green Blue C M Y K H S L
Decimal 189 204 49 0.07 0 0.76 0.2 65.81 0.61 0.5
Hex BD CC 31 7 0 4C 14 42 3D 32
Octal 275 314 61 7 0 114 24 102 75 62
Binary 10111101 11001100 110001 111 0 1001100 10100 1000010 111101 110010

Color Harmonies of #BDCC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCC31

Black with #BDCC31

Text Example


Text Example

White with #BDCC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCC31; }

 p { color: rgb(189,204,49); }

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

background-color css

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

 a { background-color: rgb(189,204,49); }

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

border-color css

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

 span { border-color: rgb(189,204,49); }

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