Html Css Color HEX #BCB82E Earls Green

📋 copy color: '#BCB82E'

red 188 ◦ green 184 ◦ blue 46

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

Shades of Earls Green #BCB82E

Tints of Earls Green #BCB82E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.02%

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

R = 44.98%
G = 44.02%
B = 11%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BCB82E (or 0xBCB82E) is known color: Earls Green. HEX triplet: BC, B8 and 2E. RGB value is (188,184,46). Sum of RGB (Red+Green+Blue) = 188+184+46=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 184 (72.27% from 255 or 44.02% from 418); Blue value is 46 (18.36% from 255 or 11.00% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB82E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB82E is #4347D1. Grayscale: #AAAAAA. Windows color (decimal): -4409298 or 3061948. OLE color: 3061948.

HSL color Cylindrical-coordinate representation of color #BCB82E: hue angle of 58.31º 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 #BCB82E is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 184 46 -
CMYK 0 0.02 0.76 0.26
HSL 58.31º 0.61% 0.46% -
HSV(B) 58.31º 0.76% 0.74% -
XYZ 38.37 45.17 9.28 -
YUV 169.46 58.33 141.22 -
System Red Green Blue C M Y K H S L
Decimal 188 184 46 0 0.02 0.76 0.26 58.31 0.61 0.46
Hex BC B8 2E 0 2 4C 1A 3A 3D 2E
Octal 274 270 56 0 2 114 32 72 75 56
Binary 10111100 10111000 101110 0 10 1001100 11010 111010 111101 101110

Color Harmonies of #BCB82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB82E

Black with #BCB82E

Text Example


Text Example

White with #BCB82E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB82E; }

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

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

background-color css

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

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

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

border-color css

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

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

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