Html Css Color HEX #BDB622 Earls Green

📋 copy color: '#BDB622'

red 189 ◦ green 182 ◦ blue 34

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

Shades of Earls Green #BDB622

Tints of Earls Green #BDB622

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.94%

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

R = 46.67%
G = 44.94%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BDB622 (or 0xBDB622) is known color: Earls Green. HEX triplet: BD, B6 and 22. RGB value is (189,182,34). Sum of RGB (Red+Green+Blue) = 189+182+34=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 182 (71.48% from 255 or 44.94% from 405); Blue value is 34 (13.67% from 255 or 8.40% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB622 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB622 is #4249DD. Grayscale: #A7A7A7. Windows color (decimal): -4344286 or 2275005. OLE color: 2275005.

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

Color convert

RGB 189 182 34 -
CMYK 0 0.04 0.82 0.26
HSL 57.29º 0.7% 0.44% -
HSV(B) 57.29º 0.82% 0.74% -
XYZ 38 44.39 8.08 -
YUV 167.22 52.82 143.53 -
System Red Green Blue C M Y K H S L
Decimal 189 182 34 0 0.04 0.82 0.26 57.29 0.7 0.44
Hex BD B6 22 0 4 52 1A 39 46 2C
Octal 275 266 42 0 4 122 32 71 106 54
Binary 10111101 10110110 100010 0 100 1010010 11010 111001 1000110 101100

Color Harmonies of #BDB622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB622

Black with #BDB622

Text Example


Text Example

White with #BDB622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB622; }

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

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

background-color css

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

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

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

border-color css

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

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

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