Html Css Color HEX #BCCB28 Fuego

📋 copy color: '#BCCB28'

red 188 ◦ green 203 ◦ blue 40

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

Shades of Fuego #BCCB28

Tints of Fuego #BCCB28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.28%

R = 43.62%
G = 47.1%
B = 9.28%

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

#BCCB28 (or 0xBCCB28) is known color: Fuego. HEX triplet: BC, CB and 28. RGB value is (188,203,40). Sum of RGB (Red+Green+Blue) = 188+203+40=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 40 (16.02% from 255 or 9.28% from 431); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCB28 is #4334D7. Grayscale: #B4B4B4. Windows color (decimal): -4404440 or 2673596. OLE color: 2673596.

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

Color convert

RGB 188 203 40 -
CMYK 0.07 0 0.80 0.20
HSL 65.52º 0.67% 0.48% -
HSV(B) 65.52º 0.8% 0.8% -
XYZ 42.48 53.56 10.11 -
YUV 179.93 49.03 133.75 -
System Red Green Blue C M Y K H S L
Decimal 188 203 40 0.07 0 0.80 0.20 65.52 0.67 0.48
Hex BC CB 28 7 0 50 14 42 43 30
Octal 274 313 50 7 0 120 24 102 103 60
Binary 10111100 11001011 101000 111 0 1010000 10100 1000010 1000011 110000

Color Harmonies of #BCCB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCB28

Black with #BCCB28

Text Example


Text Example

White with #BCCB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCB28; }

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

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

background-color css

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

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

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

border-color css

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

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

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