Html Css Color HEX #BCA81B Earls Green

📋 copy color: '#BCA81B'

red 188 ◦ green 168 ◦ blue 27

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

Shades of Earls Green #BCA81B

Tints of Earls Green #BCA81B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.86%

 BLUE value IS 27 (10.94% from 255) = 7.05%

R = 49.09%
G = 43.86%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BCA81B (or 0xBCA81B) is known color: Earls Green. HEX triplet: BC, A8 and 1B. RGB value is (188,168,27). Sum of RGB (Red+Green+Blue) = 188+168+27=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 168 (66.02% from 255 or 43.86% from 383); Blue value is 27 (10.94% from 255 or 7.05% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA81B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA81B is #4357E4. Grayscale: #9E9E9E. Windows color (decimal): -4413413 or 1812668. OLE color: 1812668.

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

Color convert

RGB 188 168 27 -
CMYK 0 0.11 0.86 0.26
HSL 52.55º 0.75% 0.42% -
HSV(B) 52.55º 0.86% 0.74% -
XYZ 34.94 38.78 6.68 -
YUV 157.91 54.13 149.46 -
System Red Green Blue C M Y K H S L
Decimal 188 168 27 0 0.11 0.86 0.26 52.55 0.75 0.42
Hex BC A8 1B 0 B 56 1A 35 4B 2A
Octal 274 250 33 0 13 126 32 65 113 52
Binary 10111100 10101000 11011 0 1011 1010110 11010 110101 1001011 101010

Color Harmonies of #BCA81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA81B

Black with #BCA81B

Text Example


Text Example

White with #BCA81B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA81B; }

 p { color: rgb(188,168,27); }

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

background-color css

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

 a { background-color: rgb(188,168,27); }

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

border-color css

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

 span { border-color: rgb(188,168,27); }

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