Html Css Color HEX #BDB827 Earls Green

📋 copy color: '#BDB827'

red 189 ◦ green 184 ◦ blue 39

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

Shades of Earls Green #BDB827

Tints of Earls Green #BDB827

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.66%

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

R = 45.87%
G = 44.66%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BDB827 (or 0xBDB827) is known color: Earls Green. HEX triplet: BD, B8 and 27. RGB value is (189,184,39). Sum of RGB (Red+Green+Blue) = 189+184+39=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 184 (72.27% from 255 or 44.66% from 412); Blue value is 39 (15.62% from 255 or 9.47% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB827 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB827 is #4247D8. Grayscale: #A9A9A9. Windows color (decimal): -4343769 or 2603197. OLE color: 2603197.

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

Color convert

RGB 189 184 39 -
CMYK 0 0.03 0.79 0.26
HSL 58º 0.66% 0.45% -
HSV(B) 58º 0.79% 0.74% -
XYZ 38.49 45.25 8.62 -
YUV 168.97 54.66 142.29 -
System Red Green Blue C M Y K H S L
Decimal 189 184 39 0 0.03 0.79 0.26 58 0.66 0.45
Hex BD B8 27 0 3 4F 1A 3A 42 2D
Octal 275 270 47 0 3 117 32 72 102 55
Binary 10111101 10111000 100111 0 11 1001111 11010 111010 1000010 101101

Color Harmonies of #BDB827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB827

Black with #BDB827

Text Example


Text Example

White with #BDB827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB827; }

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

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

background-color css

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

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

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

border-color css

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

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

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