Html Css Color HEX #BCCB2E Fuego

📋 copy color: '#BCCB2E'

red 188 ◦ green 203 ◦ blue 46

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

Shades of Fuego #BCCB2E

Tints of Fuego #BCCB2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.53%

R = 43.02%
G = 46.45%
B = 10.53%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#BCCB2E (or 0xBCCB2E) is known color: Fuego. HEX triplet: BC, CB and 2E. RGB value is (188,203,46). Sum of RGB (Red+Green+Blue) = 188+203+46=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 203 (79.69% from 255 or 46.45% from 437); Blue value is 46 (18.36% from 255 or 10.53% from 437); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCB2E is #4334D1. Grayscale: #B5B5B5. Windows color (decimal): -4404434 or 3066812. OLE color: 3066812.

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

Color convert

RGB 188 203 46 -
CMYK 0.07 0 0.77 0.20
HSL 65.73º 0.63% 0.49% -
HSV(B) 65.73º 0.77% 0.8% -
XYZ 42.59 53.6 10.69 -
YUV 180.62 52.03 133.27 -
System Red Green Blue C M Y K H S L
Decimal 188 203 46 0.07 0 0.77 0.20 65.73 0.63 0.49
Hex BC CB 2E 7 0 4D 14 42 3F 31
Octal 274 313 56 7 0 115 24 102 77 61
Binary 10111100 11001011 101110 111 0 1001101 10100 1000010 111111 110001

Color Harmonies of #BCCB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCB2E

Black with #BCCB2E

Text Example


Text Example

White with #BCCB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCB2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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