Html Css Color HEX #BDB030 Earls Green

📋 copy color: '#BDB030'

red 189 ◦ green 176 ◦ blue 48

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

Shades of Earls Green #BDB030

Tints of Earls Green #BDB030

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.62%

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

R = 45.76%
G = 42.62%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BDB030 (or 0xBDB030) is known color: Earls Green. HEX triplet: BD, B0 and 30. RGB value is (189,176,48). Sum of RGB (Red+Green+Blue) = 189+176+48=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 176 (69.14% from 255 or 42.62% from 413); Blue value is 48 (19.14% from 255 or 11.62% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB030 is #424FCF. Grayscale: #A5A5A5. Windows color (decimal): -4345808 or 3190973. OLE color: 3190973.

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

Color convert

RGB 189 176 48 -
CMYK 0 0.07 0.75 0.26
HSL 54.47º 0.59% 0.46% -
HSV(B) 54.47º 0.75% 0.74% -
XYZ 37.05 42.08 8.97 -
YUV 165.3 61.81 144.91 -
System Red Green Blue C M Y K H S L
Decimal 189 176 48 0 0.07 0.75 0.26 54.47 0.59 0.46
Hex BD B0 30 0 7 4B 1A 36 3B 2E
Octal 275 260 60 0 7 113 32 66 73 56
Binary 10111101 10110000 110000 0 111 1001011 11010 110110 111011 101110

Color Harmonies of #BDB030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB030

Black with #BDB030

Text Example


Text Example

White with #BDB030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB030; }

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

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

background-color css

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

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

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

border-color css

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

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

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