Html Css Color HEX #BCCD31 Fuego

📋 copy color: '#BCCD31'

red 188 ◦ green 205 ◦ blue 49

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

Shades of Fuego #BCCD31

Tints of Fuego #BCCD31

RGB

 RED value IS 188 (73.83% from 255) = 42.53%

 GREEN value IS 205 (80.47% from 255) = 46.38%

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

R = 42.53%
G = 46.38%
B = 11.09%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#BCCD31 (or 0xBCCD31) is known color: Fuego. HEX triplet: BC, CD and 31. RGB value is (188,205,49). Sum of RGB (Red+Green+Blue) = 188+205+49=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 49 (19.53% from 255 or 11.09% from 442); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCD31 is #4332CE. Grayscale: #B6B6B6. Windows color (decimal): -4403919 or 3263932. OLE color: 3263932.

HSL color Cylindrical-coordinate representation of color #BCCD31: hue angle of 66.54º 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 #BCCD31 is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 205 49 -
CMYK 0.08 0 0.76 0.20
HSL 66.54º 0.61% 0.5% -
HSV(B) 66.54º 0.76% 0.8% -
XYZ 43.12 54.58 11.17 -
YUV 182.13 52.87 132.18 -
System Red Green Blue C M Y K H S L
Decimal 188 205 49 0.08 0 0.76 0.20 66.54 0.61 0.5
Hex BC CD 31 8 0 4C 14 43 3D 32
Octal 274 315 61 10 0 114 24 103 75 62
Binary 10111100 11001101 110001 1000 0 1001100 10100 1000011 111101 110010

Color Harmonies of #BCCD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD31

Black with #BCCD31

Text Example


Text Example

White with #BCCD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD31; }

 p { color: rgb(188,205,49); }

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

background-color css

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

 a { background-color: rgb(188,205,49); }

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

border-color css

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

 span { border-color: rgb(188,205,49); }

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