Html Css Color HEX #BDB930 Earls Green

📋 copy color: '#BDB930'

red 189 ◦ green 185 ◦ blue 48

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

Shades of Earls Green #BDB930

Tints of Earls Green #BDB930

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.84%

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

R = 44.79%
G = 43.84%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BDB930 (or 0xBDB930) is known color: Earls Green. HEX triplet: BD, B9 and 30. RGB value is (189,185,48). Sum of RGB (Red+Green+Blue) = 189+185+48=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 185 (72.66% from 255 or 43.84% from 422); Blue value is 48 (19.14% from 255 or 11.37% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB930 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB930 is #4246CF. Grayscale: #ABABAB. Windows color (decimal): -4343504 or 3193277. OLE color: 3193277.

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

Color convert

RGB 189 185 48 -
CMYK 0 0.02 0.75 0.26
HSL 58.3º 0.59% 0.46% -
HSV(B) 58.3º 0.75% 0.74% -
XYZ 38.87 45.73 9.57 -
YUV 170.58 58.83 141.14 -
System Red Green Blue C M Y K H S L
Decimal 189 185 48 0 0.02 0.75 0.26 58.3 0.59 0.46
Hex BD B9 30 0 2 4B 1A 3A 3B 2E
Octal 275 271 60 0 2 113 32 72 73 56
Binary 10111101 10111001 110000 0 10 1001011 11010 111010 111011 101110

Color Harmonies of #BDB930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB930

Black with #BDB930

Text Example


Text Example

White with #BDB930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB930; }

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

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

background-color css

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

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

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

border-color css

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

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

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