Html Css Color HEX #BCAB23 Earls Green

📋 copy color: '#BCAB23'

red 188 ◦ green 171 ◦ blue 35

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

Shades of Earls Green #BCAB23

Tints of Earls Green #BCAB23

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.4%

 BLUE value IS 35 (14.06% from 255) = 8.88%

R = 47.72%
G = 43.4%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BCAB23 (or 0xBCAB23) is known color: Earls Green. HEX triplet: BC, AB and 23. RGB value is (188,171,35). Sum of RGB (Red+Green+Blue) = 188+171+35=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 35 (14.06% from 255 or 8.88% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAB23 is #4354DC. Grayscale: #A1A1A1. Windows color (decimal): -4412637 or 2337724. OLE color: 2337724.

HSL color Cylindrical-coordinate representation of color #BCAB23: hue angle of 53.33º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BCAB23 is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 171 35 -
CMYK 0 0.09 0.81 0.26
HSL 53.33º 0.69% 0.44% -
HSV(B) 53.33º 0.81% 0.74% -
XYZ 35.61 39.94 7.42 -
YUV 160.58 57.13 147.56 -
System Red Green Blue C M Y K H S L
Decimal 188 171 35 0 0.09 0.81 0.26 53.33 0.69 0.44
Hex BC AB 23 0 9 51 1A 35 45 2C
Octal 274 253 43 0 11 121 32 65 105 54
Binary 10111100 10101011 100011 0 1001 1010001 11010 110101 1000101 101100

Color Harmonies of #BCAB23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB23

Black with #BCAB23

Text Example


Text Example

White with #BCAB23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB23; }

 p { color: rgb(188,171,35); }

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

background-color css

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

 a { background-color: rgb(188,171,35); }

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

border-color css

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

 span { border-color: rgb(188,171,35); }

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