Html Css Color HEX #BDB822 Earls Green

📋 copy color: '#BDB822'

red 189 ◦ green 184 ◦ blue 34

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

Shades of Earls Green #BDB822

Tints of Earls Green #BDB822

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.21%

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

R = 46.44%
G = 45.21%
B = 8.35%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BDB822 (or 0xBDB822) is known color: Earls Green. HEX triplet: BD, B8 and 22. RGB value is (189,184,34). Sum of RGB (Red+Green+Blue) = 189+184+34=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 184 (72.27% from 255 or 45.21% from 407); Blue value is 34 (13.67% from 255 or 8.35% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB822 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB822 is #4247DD. Grayscale: #A9A9A9. Windows color (decimal): -4343774 or 2275517. OLE color: 2275517.

HSL color Cylindrical-coordinate representation of color #BDB822: hue angle of 58.06º 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 #BDB822 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 184 34 -
CMYK 0 0.03 0.82 0.26
HSL 58.06º 0.7% 0.44% -
HSV(B) 58.06º 0.82% 0.74% -
XYZ 38.42 45.22 8.22 -
YUV 168.4 52.16 142.7 -
System Red Green Blue C M Y K H S L
Decimal 189 184 34 0 0.03 0.82 0.26 58.06 0.7 0.44
Hex BD B8 22 0 3 52 1A 3A 46 2C
Octal 275 270 42 0 3 122 32 72 106 54
Binary 10111101 10111000 100010 0 11 1010010 11010 111010 1000110 101100

Color Harmonies of #BDB822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB822

Black with #BDB822

Text Example


Text Example

White with #BDB822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB822; }

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

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

background-color css

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

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

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

border-color css

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

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

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