Html Css Color HEX #BDB631 Earls Green

📋 copy color: '#BDB631'

red 189 ◦ green 182 ◦ blue 49

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

Shades of Earls Green #BDB631

Tints of Earls Green #BDB631

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.33%

 BLUE value IS 49 (19.53% from 255) = 11.67%

R = 45%
G = 43.33%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BDB631 (or 0xBDB631) is known color: Earls Green. HEX triplet: BD, B6 and 31. RGB value is (189,182,49). Sum of RGB (Red+Green+Blue) = 189+182+49=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 182 (71.48% from 255 or 43.33% from 420); Blue value is 49 (19.53% from 255 or 11.67% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB631 is #4249CE. Grayscale: #A9A9A9. Windows color (decimal): -4344271 or 3258045. OLE color: 3258045.

HSL color Cylindrical-coordinate representation of color #BDB631: hue angle of 57º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDB631 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 182 49 -
CMYK 0 0.04 0.74 0.26
HSL 57º 0.59% 0.47% -
HSV(B) 57º 0.74% 0.74% -
XYZ 38.27 44.5 9.48 -
YUV 168.93 60.32 142.31 -
System Red Green Blue C M Y K H S L
Decimal 189 182 49 0 0.04 0.74 0.26 57 0.59 0.47
Hex BD B6 31 0 4 4A 1A 39 3B 2F
Octal 275 266 61 0 4 112 32 71 73 57
Binary 10111101 10110110 110001 0 100 1001010 11010 111001 111011 101111

Color Harmonies of #BDB631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB631

Black with #BDB631

Text Example


Text Example

White with #BDB631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB631; }

 p { color: rgb(189,182,49); }

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

background-color css

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

 a { background-color: rgb(189,182,49); }

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

border-color css

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

 span { border-color: rgb(189,182,49); }

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