Html Css Color HEX #BDB22A Earls Green

📋 copy color: '#BDB22A'

red 189 ◦ green 178 ◦ blue 42

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

Shades of Earls Green #BDB22A

Tints of Earls Green #BDB22A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.52%

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

R = 46.21%
G = 43.52%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BDB22A (or 0xBDB22A) is known color: Earls Green. HEX triplet: BD, B2 and 2A. RGB value is (189,178,42). Sum of RGB (Red+Green+Blue) = 189+178+42=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 178 (69.92% from 255 or 43.52% from 409); Blue value is 42 (16.80% from 255 or 10.27% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB22A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB22A is #424DD5. Grayscale: #A6A6A6. Windows color (decimal): -4345302 or 2798269. OLE color: 2798269.

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

Color convert

RGB 189 178 42 -
CMYK 0 0.06 0.78 0.26
HSL 55.51º 0.64% 0.45% -
HSV(B) 55.51º 0.78% 0.74% -
XYZ 37.32 42.83 8.49 -
YUV 165.79 58.14 144.56 -
System Red Green Blue C M Y K H S L
Decimal 189 178 42 0 0.06 0.78 0.26 55.51 0.64 0.45
Hex BD B2 2A 0 6 4E 1A 38 40 2D
Octal 275 262 52 0 6 116 32 70 100 55
Binary 10111101 10110010 101010 0 110 1001110 11010 111000 1000000 101101

Color Harmonies of #BDB22A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB22A

Black with #BDB22A

Text Example


Text Example

White with #BDB22A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB22A; }

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

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

background-color css

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

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

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

border-color css

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

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

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