Html Css Color HEX #BDCE31 Fuego

📋 copy color: '#BDCE31'

red 189 ◦ green 206 ◦ blue 49

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

Shades of Fuego #BDCE31

Tints of Fuego #BDCE31

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.4%

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

R = 42.57%
G = 46.4%
B = 11.04%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#BDCE31 (or 0xBDCE31) is known color: Fuego. HEX triplet: BD, CE and 31. RGB value is (189,206,49). Sum of RGB (Red+Green+Blue) = 189+206+49=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 49 (19.53% from 255 or 11.04% from 444); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCE31 is #4231CE. Grayscale: #B7B7B7. Windows color (decimal): -4338127 or 3264189. OLE color: 3264189.

HSL color Cylindrical-coordinate representation of color #BDCE31: hue angle of 66.5º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BDCE31 is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 206 49 -
CMYK 0.08 0 0.76 0.19
HSL 66.5º 0.62% 0.5% -
HSV(B) 66.5º 0.76% 0.81% -
XYZ 43.61 55.18 11.26 -
YUV 183.02 52.37 132.27 -
System Red Green Blue C M Y K H S L
Decimal 189 206 49 0.08 0 0.76 0.19 66.5 0.62 0.5
Hex BD CE 31 8 0 4C 13 42 3E 32
Octal 275 316 61 10 0 114 23 102 76 62
Binary 10111101 11001110 110001 1000 0 1001100 10011 1000010 111110 110010

Color Harmonies of #BDCE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCE31

Black with #BDCE31

Text Example


Text Example

White with #BDCE31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCE31; }

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

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

background-color css

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

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

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

border-color css

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

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

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