Html Css Color HEX #BDB530 Earls Green

📋 copy color: '#BDB530'

red 189 ◦ green 181 ◦ blue 48

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

Shades of Earls Green #BDB530

Tints of Earls Green #BDB530

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.3%

 BLUE value IS 48 (19.14% from 255) = 11.48%

R = 45.22%
G = 43.3%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BDB530 (or 0xBDB530) is known color: Earls Green. HEX triplet: BD, B5 and 30. RGB value is (189,181,48). Sum of RGB (Red+Green+Blue) = 189+181+48=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 181 (71.09% from 255 or 43.30% from 418); Blue value is 48 (19.14% from 255 or 11.48% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB530 is #424ACF. Grayscale: #A8A8A8. Windows color (decimal): -4344528 or 3192253. OLE color: 3192253.

HSL color Cylindrical-coordinate representation of color #BDB530: hue angle of 56.6º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDB530 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 181 48 -
CMYK 0 0.04 0.75 0.26
HSL 56.6º 0.59% 0.46% -
HSV(B) 56.6º 0.75% 0.74% -
XYZ 38.04 44.08 9.3 -
YUV 168.23 60.15 142.81 -
System Red Green Blue C M Y K H S L
Decimal 189 181 48 0 0.04 0.75 0.26 56.6 0.59 0.46
Hex BD B5 30 0 4 4B 1A 39 3B 2E
Octal 275 265 60 0 4 113 32 71 73 56
Binary 10111101 10110101 110000 0 100 1001011 11010 111001 111011 101110

Color Harmonies of #BDB530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB530

Black with #BDB530

Text Example


Text Example

White with #BDB530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB530; }

 p { color: rgb(189,181,48); }

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

background-color css

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

 a { background-color: rgb(189,181,48); }

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

border-color css

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

 span { border-color: rgb(189,181,48); }

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