Html Css Color HEX #BCBA2F Earls Green

📋 copy color: '#BCBA2F'

red 188 ◦ green 186 ◦ blue 47

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

Shades of Earls Green #BCBA2F

Tints of Earls Green #BCBA2F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.18%

 BLUE value IS 47 (18.75% from 255) = 11.16%

R = 44.66%
G = 44.18%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BCBA2F (or 0xBCBA2F) is known color: Earls Green. HEX triplet: BC, BA and 2F. RGB value is (188,186,47). Sum of RGB (Red+Green+Blue) = 188+186+47=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 47 (18.75% from 255 or 11.16% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBA2F is #4345D0. Grayscale: #ABABAB. Windows color (decimal): -4408785 or 3127996. OLE color: 3127996.

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

Color convert

RGB 188 186 47 -
CMYK 0 0.01 0.75 0.26
HSL 59.15º 0.6% 0.46% -
HSV(B) 59.15º 0.75% 0.74% -
XYZ 38.81 46.01 9.53 -
YUV 170.75 58.16 140.3 -
System Red Green Blue C M Y K H S L
Decimal 188 186 47 0 0.01 0.75 0.26 59.15 0.6 0.46
Hex BC BA 2F 0 1 4B 1A 3B 3C 2E
Octal 274 272 57 0 1 113 32 73 74 56
Binary 10111100 10111010 101111 0 1 1001011 11010 111011 111100 101110

Color Harmonies of #BCBA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA2F

Black with #BCBA2F

Text Example


Text Example

White with #BCBA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA2F; }

 p { color: rgb(188,186,47); }

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

background-color css

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

 a { background-color: rgb(188,186,47); }

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

border-color css

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

 span { border-color: rgb(188,186,47); }

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