Html Css Color HEX #BCCB2A Fuego

📋 copy color: '#BCCB2A'

red 188 ◦ green 203 ◦ blue 42

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

Shades of Fuego #BCCB2A

Tints of Fuego #BCCB2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.7%

R = 43.42%
G = 46.88%
B = 9.7%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#BCCB2A (or 0xBCCB2A) is known color: Fuego. HEX triplet: BC, CB and 2A. RGB value is (188,203,42). Sum of RGB (Red+Green+Blue) = 188+203+42=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 203 (79.69% from 255 or 46.88% from 433); Blue value is 42 (16.80% from 255 or 9.70% from 433); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCB2A is #4334D5. Grayscale: #B4B4B4. Windows color (decimal): -4404438 or 2804668. OLE color: 2804668.

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

Color convert

RGB 188 203 42 -
CMYK 0.07 0 0.79 0.20
HSL 65.59º 0.66% 0.48% -
HSV(B) 65.59º 0.79% 0.8% -
XYZ 42.51 53.57 10.29 -
YUV 180.16 50.03 133.59 -
System Red Green Blue C M Y K H S L
Decimal 188 203 42 0.07 0 0.79 0.20 65.59 0.66 0.48
Hex BC CB 2A 7 0 4F 14 42 42 30
Octal 274 313 52 7 0 117 24 102 102 60
Binary 10111100 11001011 101010 111 0 1001111 10100 1000010 1000010 110000

Color Harmonies of #BCCB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCB2A

Black with #BCCB2A

Text Example


Text Example

White with #BCCB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCB2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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