Html Css Color HEX #BDB330 Earls Green

📋 copy color: '#BDB330'

red 189 ◦ green 179 ◦ blue 48

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

Shades of Earls Green #BDB330

Tints of Earls Green #BDB330

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.03%

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

R = 45.43%
G = 43.03%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BDB330 (or 0xBDB330) is known color: Earls Green. HEX triplet: BD, B3 and 30. RGB value is (189,179,48). Sum of RGB (Red+Green+Blue) = 189+179+48=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 179 (70.31% from 255 or 43.03% from 416); Blue value is 48 (19.14% from 255 or 11.54% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB330 is #424CCF. Grayscale: #A7A7A7. Windows color (decimal): -4345040 or 3191741. OLE color: 3191741.

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

Color convert

RGB 189 179 48 -
CMYK 0 0.05 0.75 0.26
HSL 55.74º 0.59% 0.46% -
HSV(B) 55.74º 0.75% 0.74% -
XYZ 37.64 43.27 9.16 -
YUV 167.06 60.81 143.65 -
System Red Green Blue C M Y K H S L
Decimal 189 179 48 0 0.05 0.75 0.26 55.74 0.59 0.46
Hex BD B3 30 0 5 4B 1A 38 3B 2E
Octal 275 263 60 0 5 113 32 70 73 56
Binary 10111101 10110011 110000 0 101 1001011 11010 111000 111011 101110

Color Harmonies of #BDB330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB330

Black with #BDB330

Text Example


Text Example

White with #BDB330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB330; }

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

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

background-color css

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

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

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

border-color css

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

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

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