Html Css Color HEX #BDB830 Earls Green

📋 copy color: '#BDB830'

red 189 ◦ green 184 ◦ blue 48

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

Shades of Earls Green #BDB830

Tints of Earls Green #BDB830

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.71%

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

R = 44.89%
G = 43.71%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BDB830 (or 0xBDB830) is known color: Earls Green. HEX triplet: BD, B8 and 30. RGB value is (189,184,48). Sum of RGB (Red+Green+Blue) = 189+184+48=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 184 (72.27% from 255 or 43.71% from 421); Blue value is 48 (19.14% from 255 or 11.40% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB830 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB830 is #4247CF. Grayscale: #AAAAAA. Windows color (decimal): -4343760 or 3193021. OLE color: 3193021.

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

Color convert

RGB 189 184 48 -
CMYK 0 0.03 0.75 0.26
HSL 57.87º 0.59% 0.46% -
HSV(B) 57.87º 0.75% 0.74% -
XYZ 38.66 45.31 9.51 -
YUV 169.99 59.16 141.56 -
System Red Green Blue C M Y K H S L
Decimal 189 184 48 0 0.03 0.75 0.26 57.87 0.59 0.46
Hex BD B8 30 0 3 4B 1A 3A 3B 2E
Octal 275 270 60 0 3 113 32 72 73 56
Binary 10111101 10111000 110000 0 11 1001011 11010 111010 111011 101110

Color Harmonies of #BDB830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB830

Black with #BDB830

Text Example


Text Example

White with #BDB830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB830; }

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

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

background-color css

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

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

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

border-color css

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

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

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