Html Css Color HEX #BDB422 Earls Green

📋 copy color: '#BDB422'

red 189 ◦ green 180 ◦ blue 34

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

Shades of Earls Green #BDB422

Tints of Earls Green #BDB422

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.67%

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

R = 46.9%
G = 44.67%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BDB422 (or 0xBDB422) is known color: Earls Green. HEX triplet: BD, B4 and 22. RGB value is (189,180,34). Sum of RGB (Red+Green+Blue) = 189+180+34=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 34 (13.67% from 255 or 8.44% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB422 is #424BDD. Grayscale: #A6A6A6. Windows color (decimal): -4344798 or 2274493. OLE color: 2274493.

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

Color convert

RGB 189 180 34 -
CMYK 0 0.05 0.82 0.26
HSL 56.52º 0.7% 0.44% -
HSV(B) 56.52º 0.82% 0.74% -
XYZ 37.6 43.58 7.94 -
YUV 166.05 53.48 144.37 -
System Red Green Blue C M Y K H S L
Decimal 189 180 34 0 0.05 0.82 0.26 56.52 0.7 0.44
Hex BD B4 22 0 5 52 1A 39 46 2C
Octal 275 264 42 0 5 122 32 71 106 54
Binary 10111101 10110100 100010 0 101 1010010 11010 111001 1000110 101100

Color Harmonies of #BDB422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB422

Black with #BDB422

Text Example


Text Example

White with #BDB422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB422; }

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

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

background-color css

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

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

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

border-color css

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

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

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