Html Css Color HEX #BDB022 Earls Green

📋 copy color: '#BDB022'

red 189 ◦ green 176 ◦ blue 34

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

Shades of Earls Green #BDB022

Tints of Earls Green #BDB022

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.11%

 BLUE value IS 34 (13.67% from 255) = 8.52%

R = 47.37%
G = 44.11%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BDB022 (or 0xBDB022) is known color: Earls Green. HEX triplet: BD, B0 and 22. RGB value is (189,176,34). Sum of RGB (Red+Green+Blue) = 189+176+34=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 34 (13.67% from 255 or 8.52% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB022 is #424FDD. Grayscale: #A4A4A4. Windows color (decimal): -4345822 or 2273469. OLE color: 2273469.

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

Color convert

RGB 189 176 34 -
CMYK 0 0.07 0.82 0.26
HSL 54.97º 0.7% 0.44% -
HSV(B) 54.97º 0.82% 0.74% -
XYZ 36.8 41.98 7.68 -
YUV 163.7 54.81 146.05 -
System Red Green Blue C M Y K H S L
Decimal 189 176 34 0 0.07 0.82 0.26 54.97 0.7 0.44
Hex BD B0 22 0 7 52 1A 37 46 2C
Octal 275 260 42 0 7 122 32 67 106 54
Binary 10111101 10110000 100010 0 111 1010010 11010 110111 1000110 101100

Color Harmonies of #BDB022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB022

Black with #BDB022

Text Example


Text Example

White with #BDB022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB022; }

 p { color: rgb(189,176,34); }

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

background-color css

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

 a { background-color: rgb(189,176,34); }

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

border-color css

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

 span { border-color: rgb(189,176,34); }

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