Html Css Color HEX #BDB730 Earls Green

📋 copy color: '#BDB730'

red 189 ◦ green 183 ◦ blue 48

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

Shades of Earls Green #BDB730

Tints of Earls Green #BDB730

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.57%

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

R = 45%
G = 43.57%
B = 11.43%

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

#BDB730 (or 0xBDB730) is known color: Earls Green. HEX triplet: BD, B7 and 30. RGB value is (189,183,48). Sum of RGB (Red+Green+Blue) = 189+183+48=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 183 (71.88% from 255 or 43.57% from 420); Blue value is 48 (19.14% from 255 or 11.43% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB730 is #4248CF. Grayscale: #A9A9A9. Windows color (decimal): -4344016 or 3192765. OLE color: 3192765.

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

Color convert

RGB 189 183 48 -
CMYK 0 0.03 0.75 0.26
HSL 57.45º 0.59% 0.46% -
HSV(B) 57.45º 0.75% 0.74% -
XYZ 38.45 44.9 9.44 -
YUV 169.4 59.49 141.98 -
System Red Green Blue C M Y K H S L
Decimal 189 183 48 0 0.03 0.75 0.26 57.45 0.59 0.46
Hex BD B7 30 0 3 4B 1A 39 3B 2E
Octal 275 267 60 0 3 113 32 71 73 56
Binary 10111101 10110111 110000 0 11 1001011 11010 111001 111011 101110

Color Harmonies of #BDB730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB730

Black with #BDB730

Text Example


Text Example

White with #BDB730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB730; }

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

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

background-color css

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

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

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

border-color css

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

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

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