Html Css Color HEX #BCCB29 Fuego

📋 copy color: '#BCCB29'

red 188 ◦ green 203 ◦ blue 41

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

Shades of Fuego #BCCB29

Tints of Fuego #BCCB29

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.99%

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

R = 43.52%
G = 46.99%
B = 9.49%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#BCCB29 (or 0xBCCB29) is known color: Fuego. HEX triplet: BC, CB and 29. RGB value is (188,203,41). Sum of RGB (Red+Green+Blue) = 188+203+41=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 203 (79.69% from 255 or 46.99% from 432); Blue value is 41 (16.41% from 255 or 9.49% from 432); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCB29 is #4334D6. Grayscale: #B4B4B4. Windows color (decimal): -4404439 or 2739132. OLE color: 2739132.

HSL color Cylindrical-coordinate representation of color #BCCB29: hue angle of 65.56º degrees, saturation: 0.66, 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 #BCCB29 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 203 41 -
CMYK 0.07 0 0.80 0.20
HSL 65.56º 0.66% 0.48% -
HSV(B) 65.56º 0.8% 0.8% -
XYZ 42.5 53.56 10.2 -
YUV 180.05 49.53 133.67 -
System Red Green Blue C M Y K H S L
Decimal 188 203 41 0.07 0 0.80 0.20 65.56 0.66 0.48
Hex BC CB 29 7 0 50 14 42 42 30
Octal 274 313 51 7 0 120 24 102 102 60
Binary 10111100 11001011 101001 111 0 1010000 10100 1000010 1000010 110000

Color Harmonies of #BCCB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCB29

Black with #BCCB29

Text Example


Text Example

White with #BCCB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCB29; }

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

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

background-color css

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

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

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

border-color css

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

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

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