Html Css Color HEX #BCAB0D Earls Green

📋 copy color: '#BCAB0D'

red 188 ◦ green 171 ◦ blue 13

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

Shades of Earls Green #BCAB0D

Tints of Earls Green #BCAB0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.49%

R = 50.54%
G = 45.97%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BCAB0D (or 0xBCAB0D) is known color: Earls Green. HEX triplet: BC, AB and 0D. RGB value is (188,171,13). Sum of RGB (Red+Green+Blue) = 188+171+13=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 171 (67.19% from 255 or 45.97% from 372); Blue value is 13 (5.47% from 255 or 3.49% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAB0D is #4354F2. Grayscale: #9E9E9E. Windows color (decimal): -4412659 or 895932. OLE color: 895932.

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

Color convert

RGB 188 171 13 -
CMYK 0 0.09 0.93 0.26
HSL 54.17º 0.87% 0.39% -
HSV(B) 54.17º 0.93% 0.74% -
XYZ 35.37 39.85 6.21 -
YUV 158.07 46.13 149.35 -
System Red Green Blue C M Y K H S L
Decimal 188 171 13 0 0.09 0.93 0.26 54.17 0.87 0.39
Hex BC AB D 0 9 5D 1A 36 57 27
Octal 274 253 15 0 11 135 32 66 127 47
Binary 10111100 10101011 1101 0 1001 1011101 11010 110110 1010111 100111

Color Harmonies of #BCAB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB0D

Black with #BCAB0D

Text Example


Text Example

White with #BCAB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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