Html Css Color HEX #BCCD29 Fuego

📋 copy color: '#BCCD29'

red 188 ◦ green 205 ◦ blue 41

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

Shades of Fuego #BCCD29

Tints of Fuego #BCCD29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.45%

R = 43.32%
G = 47.24%
B = 9.45%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.8

 K value IS 0.20

RGB Variations

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

Color information

#BCCD29 (or 0xBCCD29) is known color: Fuego. HEX triplet: BC, CD and 29. RGB value is (188,205,41). Sum of RGB (Red+Green+Blue) = 188+205+41=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 205 (80.47% from 255 or 47.24% from 434); Blue value is 41 (16.41% from 255 or 9.45% from 434); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCD29 is #4332D6. Grayscale: #B5B5B5. Windows color (decimal): -4403927 or 2739644. OLE color: 2739644.

HSL color Cylindrical-coordinate representation of color #BCCD29: hue angle of 66.22º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCCD29 is Cyan = 0.08, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 205 41 -
CMYK 0.08 0 0.8 0.20
HSL 66.22º 0.67% 0.48% -
HSV(B) 66.22º 0.8% 0.8% -
XYZ 42.97 54.51 10.36 -
YUV 181.22 48.87 132.84 -
System Red Green Blue C M Y K H S L
Decimal 188 205 41 0.08 0 0.8 0.20 66.22 0.67 0.48
Hex BC CD 29 8 0 50 14 42 43 30
Octal 274 315 51 10 0 120 24 102 103 60
Binary 10111100 11001101 101001 1000 0 1010000 10100 1000010 1000011 110000

Color Harmonies of #BCCD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD29

Black with #BCCD29

Text Example


Text Example

White with #BCCD29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD29; }

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

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

background-color css

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

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

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

border-color css

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

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

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