Html Css Color HEX #BDB22B Earls Green

📋 copy color: '#BDB22B'

red 189 ◦ green 178 ◦ blue 43

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

Shades of Earls Green #BDB22B

Tints of Earls Green #BDB22B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.49%

R = 46.1%
G = 43.41%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BDB22B (or 0xBDB22B) is known color: Earls Green. HEX triplet: BD, B2 and 2B. RGB value is (189,178,43). Sum of RGB (Red+Green+Blue) = 189+178+43=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 178 (69.92% from 255 or 43.41% from 410); Blue value is 43 (17.19% from 255 or 10.49% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB22B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB22B is #424DD4. Grayscale: #A6A6A6. Windows color (decimal): -4345301 or 2863805. OLE color: 2863805.

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

Color convert

RGB 189 178 43 -
CMYK 0 0.06 0.77 0.26
HSL 55.48º 0.63% 0.45% -
HSV(B) 55.48º 0.77% 0.74% -
XYZ 37.34 42.83 8.59 -
YUV 165.9 58.64 144.48 -
System Red Green Blue C M Y K H S L
Decimal 189 178 43 0 0.06 0.77 0.26 55.48 0.63 0.45
Hex BD B2 2B 0 6 4D 1A 37 3F 2D
Octal 275 262 53 0 6 115 32 67 77 55
Binary 10111101 10110010 101011 0 110 1001101 11010 110111 111111 101101

Color Harmonies of #BDB22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB22B

Black with #BDB22B

Text Example


Text Example

White with #BDB22B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB22B; }

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

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

background-color css

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

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

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

border-color css

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

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

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