Html Css Color HEX #BCC42E Fuego

📋 copy color: '#BCC42E'

red 188 ◦ green 196 ◦ blue 46

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

Shades of Fuego #BCC42E

Tints of Fuego #BCC42E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 45.58%

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

R = 43.72%
G = 45.58%
B = 10.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#BCC42E (or 0xBCC42E) is known color: Fuego. HEX triplet: BC, C4 and 2E. RGB value is (188,196,46). Sum of RGB (Red+Green+Blue) = 188+196+46=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 196 (76.95% from 255 or 45.58% from 430); Blue value is 46 (18.36% from 255 or 10.70% from 430); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC42E is #433BD1. Grayscale: #B1B1B1. Windows color (decimal): -4406226 or 3065020. OLE color: 3065020.

HSL color Cylindrical-coordinate representation of color #BCC42E: hue angle of 63.2º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BCC42E is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 196 46 -
CMYK 0.04 0 0.77 0.23
HSL 63.2º 0.62% 0.47% -
HSV(B) 63.2º 0.77% 0.77% -
XYZ 40.97 50.37 10.15 -
YUV 176.51 54.35 136.2 -
System Red Green Blue C M Y K H S L
Decimal 188 196 46 0.04 0 0.77 0.23 63.2 0.62 0.47
Hex BC C4 2E 4 0 4D 17 3F 3E 2F
Octal 274 304 56 4 0 115 27 77 76 57
Binary 10111100 11000100 101110 100 0 1001101 10111 111111 111110 101111

Color Harmonies of #BCC42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC42E

Black with #BCC42E

Text Example


Text Example

White with #BCC42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC42E; }

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

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

background-color css

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

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

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

border-color css

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

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

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