Html Css Color HEX #BCB32E Earls Green

📋 copy color: '#BCB32E'

red 188 ◦ green 179 ◦ blue 46

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

Shades of Earls Green #BCB32E

Tints of Earls Green #BCB32E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.34%

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

R = 45.52%
G = 43.34%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BCB32E (or 0xBCB32E) is known color: Earls Green. HEX triplet: BC, B3 and 2E. RGB value is (188,179,46). Sum of RGB (Red+Green+Blue) = 188+179+46=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 179 (70.31% from 255 or 43.34% from 413); Blue value is 46 (18.36% from 255 or 11.14% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB32E is #434CD1. Grayscale: #A7A7A7. Windows color (decimal): -4410578 or 3060668. OLE color: 3060668.

HSL color Cylindrical-coordinate representation of color #BCB32E: hue angle of 56.2º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCB32E is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 179 46 -
CMYK 0 0.05 0.76 0.26
HSL 56.2º 0.61% 0.46% -
HSV(B) 56.2º 0.76% 0.74% -
XYZ 37.35 43.13 8.94 -
YUV 166.53 59.98 143.31 -
System Red Green Blue C M Y K H S L
Decimal 188 179 46 0 0.05 0.76 0.26 56.2 0.61 0.46
Hex BC B3 2E 0 5 4C 1A 38 3D 2E
Octal 274 263 56 0 5 114 32 70 75 56
Binary 10111100 10110011 101110 0 101 1001100 11010 111000 111101 101110

Color Harmonies of #BCB32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB32E

Black with #BCB32E

Text Example


Text Example

White with #BCB32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB32E; }

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

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

background-color css

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

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

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

border-color css

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

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

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