Html Css Color HEX #BDB328 Earls Green

📋 copy color: '#BDB328'

red 189 ◦ green 179 ◦ blue 40

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

Shades of Earls Green #BDB328

Tints of Earls Green #BDB328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.8%

R = 46.32%
G = 43.87%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BDB328 (or 0xBDB328) is known color: Earls Green. HEX triplet: BD, B3 and 28. RGB value is (189,179,40). Sum of RGB (Red+Green+Blue) = 189+179+40=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 179 (70.31% from 255 or 43.87% from 408); Blue value is 40 (16.02% from 255 or 9.80% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB328 is #424CD7. Grayscale: #A6A6A6. Windows color (decimal): -4345048 or 2667453. OLE color: 2667453.

HSL color Cylindrical-coordinate representation of color #BDB328: hue angle of 55.97º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BDB328 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 179 40 -
CMYK 0 0.05 0.79 0.26
HSL 55.97º 0.65% 0.45% -
HSV(B) 55.97º 0.79% 0.74% -
XYZ 37.49 43.21 8.37 -
YUV 166.14 56.81 144.3 -
System Red Green Blue C M Y K H S L
Decimal 189 179 40 0 0.05 0.79 0.26 55.97 0.65 0.45
Hex BD B3 28 0 5 4F 1A 38 41 2D
Octal 275 263 50 0 5 117 32 70 101 55
Binary 10111101 10110011 101000 0 101 1001111 11010 111000 1000001 101101

Color Harmonies of #BDB328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB328

Black with #BDB328

Text Example


Text Example

White with #BDB328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB328; }

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

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

background-color css

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

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

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

border-color css

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

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

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