Html Css Color HEX #BDB92A Earls Green

📋 copy color: '#BDB92A'

red 189 ◦ green 185 ◦ blue 42

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

Shades of Earls Green #BDB92A

Tints of Earls Green #BDB92A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.47%

 BLUE value IS 42 (16.8% from 255) = 10.1%

R = 45.43%
G = 44.47%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BDB92A (or 0xBDB92A) is known color: Earls Green. HEX triplet: BD, B9 and 2A. RGB value is (189,185,42). Sum of RGB (Red+Green+Blue) = 189+185+42=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 185 (72.66% from 255 or 44.47% from 416); Blue value is 42 (16.80% from 255 or 10.10% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB92A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB92A is #4246D5. Grayscale: #AAAAAA. Windows color (decimal): -4343510 or 2800061. OLE color: 2800061.

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

Color convert

RGB 189 185 42 -
CMYK 0 0.02 0.78 0.26
HSL 58.37º 0.64% 0.45% -
HSV(B) 58.37º 0.78% 0.74% -
XYZ 38.75 45.68 8.97 -
YUV 169.89 55.83 141.63 -
System Red Green Blue C M Y K H S L
Decimal 189 185 42 0 0.02 0.78 0.26 58.37 0.64 0.45
Hex BD B9 2A 0 2 4E 1A 3A 40 2D
Octal 275 271 52 0 2 116 32 72 100 55
Binary 10111101 10111001 101010 0 10 1001110 11010 111010 1000000 101101

Color Harmonies of #BDB92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB92A

Black with #BDB92A

Text Example


Text Example

White with #BDB92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB92A; }

 p { color: rgb(189,185,42); }

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

background-color css

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

 a { background-color: rgb(189,185,42); }

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

border-color css

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

 span { border-color: rgb(189,185,42); }

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