Html Css Color HEX #BCCB33 Fuego

📋 copy color: '#BCCB33'

red 188 ◦ green 203 ◦ blue 51

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

Shades of Fuego #BCCB33

Tints of Fuego #BCCB33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.54%

R = 42.53%
G = 45.93%
B = 11.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#BCCB33 (or 0xBCCB33) is known color: Fuego. HEX triplet: BC, CB and 33. RGB value is (188,203,51). Sum of RGB (Red+Green+Blue) = 188+203+51=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 51 (20.31% from 255 or 11.54% from 442); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCB33 is #4334CC. Grayscale: #B5B5B5. Windows color (decimal): -4404429 or 3394492. OLE color: 3394492.

HSL color Cylindrical-coordinate representation of color #BCCB33: hue angle of 65.92º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BCCB33 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 203 51 -
CMYK 0.07 0 0.75 0.20
HSL 65.92º 0.6% 0.5% -
HSV(B) 65.92º 0.75% 0.8% -
XYZ 42.69 53.64 11.24 -
YUV 181.19 54.53 132.86 -
System Red Green Blue C M Y K H S L
Decimal 188 203 51 0.07 0 0.75 0.20 65.92 0.6 0.5
Hex BC CB 33 7 0 4B 14 42 3C 32
Octal 274 313 63 7 0 113 24 102 74 62
Binary 10111100 11001011 110011 111 0 1001011 10100 1000010 111100 110010

Color Harmonies of #BCCB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCB33

Black with #BCCB33

Text Example


Text Example

White with #BCCB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCB33; }

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

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

background-color css

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

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

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

border-color css

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

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

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