Html Css Color HEX #BCC62C Fuego

📋 copy color: '#BCC62C'

red 188 ◦ green 198 ◦ blue 44

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

Shades of Fuego #BCC62C

Tints of Fuego #BCC62C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 46.05%

 BLUE value IS 44 (17.58% from 255) = 10.23%

R = 43.72%
G = 46.05%
B = 10.23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#BCC62C (or 0xBCC62C) is known color: Fuego. HEX triplet: BC, C6 and 2C. RGB value is (188,198,44). Sum of RGB (Red+Green+Blue) = 188+198+44=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 198 (77.73% from 255 or 46.05% from 430); Blue value is 44 (17.58% from 255 or 10.23% from 430); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC62C is #4339D3. Grayscale: #B2B2B2. Windows color (decimal): -4405716 or 2934460. OLE color: 2934460.

HSL color Cylindrical-coordinate representation of color #BCC62C: hue angle of 63.9º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCC62C is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 198 44 -
CMYK 0.05 0 0.78 0.22
HSL 63.9º 0.64% 0.47% -
HSV(B) 63.9º 0.78% 0.78% -
XYZ 41.39 51.26 10.1 -
YUV 177.45 52.69 135.52 -
System Red Green Blue C M Y K H S L
Decimal 188 198 44 0.05 0 0.78 0.22 63.9 0.64 0.47
Hex BC C6 2C 5 0 4E 16 40 40 2F
Octal 274 306 54 5 0 116 26 100 100 57
Binary 10111100 11000110 101100 101 0 1001110 10110 1000000 1000000 101111

Color Harmonies of #BCC62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC62C

Black with #BCC62C

Text Example


Text Example

White with #BCC62C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC62C; }

 p { color: rgb(188,198,44); }

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

background-color css

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

 a { background-color: rgb(188,198,44); }

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

border-color css

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

 span { border-color: rgb(188,198,44); }

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