Html Css Color HEX #BDB130 Earls Green

📋 copy color: '#BDB130'

red 189 ◦ green 177 ◦ blue 48

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

Shades of Earls Green #BDB130

Tints of Earls Green #BDB130

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.75%

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

R = 45.65%
G = 42.75%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BDB130 (or 0xBDB130) is known color: Earls Green. HEX triplet: BD, B1 and 30. RGB value is (189,177,48). Sum of RGB (Red+Green+Blue) = 189+177+48=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 177 (69.53% from 255 or 42.75% from 414); Blue value is 48 (19.14% from 255 or 11.59% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB130 is #424ECF. Grayscale: #A6A6A6. Windows color (decimal): -4345552 or 3191229. OLE color: 3191229.

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

Color convert

RGB 189 177 48 -
CMYK 0 0.06 0.75 0.26
HSL 54.89º 0.59% 0.46% -
HSV(B) 54.89º 0.75% 0.74% -
XYZ 37.24 42.48 9.03 -
YUV 165.88 61.48 144.49 -
System Red Green Blue C M Y K H S L
Decimal 189 177 48 0 0.06 0.75 0.26 54.89 0.59 0.46
Hex BD B1 30 0 6 4B 1A 37 3B 2E
Octal 275 261 60 0 6 113 32 67 73 56
Binary 10111101 10110001 110000 0 110 1001011 11010 110111 111011 101110

Color Harmonies of #BDB130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB130

Black with #BDB130

Text Example


Text Example

White with #BDB130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB130; }

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

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

background-color css

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

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

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

border-color css

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

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

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