Html Css Color HEX #BDB327 Earls Green

📋 copy color: '#BDB327'

red 189 ◦ green 179 ◦ blue 39

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

Shades of Earls Green #BDB327

Tints of Earls Green #BDB327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.58%

R = 46.44%
G = 43.98%
B = 9.58%

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

#BDB327 (or 0xBDB327) is known color: Earls Green. HEX triplet: BD, B3 and 27. RGB value is (189,179,39). Sum of RGB (Red+Green+Blue) = 189+179+39=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 179 (70.31% from 255 or 43.98% from 407); Blue value is 39 (15.62% from 255 or 9.58% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB327 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB327 is #424CD8. Grayscale: #A6A6A6. Windows color (decimal): -4345049 or 2601917. OLE color: 2601917.

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

Color convert

RGB 189 179 39 -
CMYK 0 0.05 0.79 0.26
HSL 56º 0.66% 0.45% -
HSV(B) 56º 0.79% 0.74% -
XYZ 37.47 43.21 8.28 -
YUV 166.03 56.31 144.38 -
System Red Green Blue C M Y K H S L
Decimal 189 179 39 0 0.05 0.79 0.26 56 0.66 0.45
Hex BD B3 27 0 5 4F 1A 38 42 2D
Octal 275 263 47 0 5 117 32 70 102 55
Binary 10111101 10110011 100111 0 101 1001111 11010 111000 1000010 101101

Color Harmonies of #BDB327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB327

Black with #BDB327

Text Example


Text Example

White with #BDB327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB327; }

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

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

background-color css

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

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

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

border-color css

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

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

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