Html Css Color HEX #BDBA2C Earls Green

📋 copy color: '#BDBA2C'

red 189 ◦ green 186 ◦ blue 44

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

Shades of Earls Green #BDBA2C

Tints of Earls Green #BDBA2C

RGB

 RED value IS 189 (74.22% from 255) = 45.11%

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

 BLUE value IS 44 (17.58% from 255) = 10.5%

R = 45.11%
G = 44.39%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BDBA2C (or 0xBDBA2C) is known color: Earls Green. HEX triplet: BD, BA and 2C. RGB value is (189,186,44). Sum of RGB (Red+Green+Blue) = 189+186+44=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 44 (17.58% from 255 or 10.50% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBA2C is #4245D3. Grayscale: #ABABAB. Windows color (decimal): -4343252 or 2931389. OLE color: 2931389.

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

Color convert

RGB 189 186 44 -
CMYK 0 0.02 0.77 0.26
HSL 58.76º 0.62% 0.46% -
HSV(B) 58.76º 0.77% 0.74% -
XYZ 39 46.12 9.23 -
YUV 170.71 56.49 141.05 -
System Red Green Blue C M Y K H S L
Decimal 189 186 44 0 0.02 0.77 0.26 58.76 0.62 0.46
Hex BD BA 2C 0 2 4D 1A 3B 3E 2E
Octal 275 272 54 0 2 115 32 73 76 56
Binary 10111101 10111010 101100 0 10 1001101 11010 111011 111110 101110

Color Harmonies of #BDBA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBA2C

Black with #BDBA2C

Text Example


Text Example

White with #BDBA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBA2C; }

 p { color: rgb(189,186,44); }

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

background-color css

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

 a { background-color: rgb(189,186,44); }

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

border-color css

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

 span { border-color: rgb(189,186,44); }

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