Html Css Color HEX #BDB628 Earls Green

📋 copy color: '#BDB628'

red 189 ◦ green 182 ◦ blue 40

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

Shades of Earls Green #BDB628

Tints of Earls Green #BDB628

RGB

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

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

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

R = 45.99%
G = 44.28%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BDB628 (or 0xBDB628) is known color: Earls Green. HEX triplet: BD, B6 and 28. RGB value is (189,182,40). Sum of RGB (Red+Green+Blue) = 189+182+40=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 182 (71.48% from 255 or 44.28% from 411); Blue value is 40 (16.02% from 255 or 9.73% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB628 is #4249D7. Grayscale: #A8A8A8. Windows color (decimal): -4344280 or 2668221. OLE color: 2668221.

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

Color convert

RGB 189 182 40 -
CMYK 0 0.04 0.79 0.26
HSL 57.18º 0.65% 0.45% -
HSV(B) 57.18º 0.79% 0.74% -
XYZ 38.1 44.43 8.57 -
YUV 167.91 55.82 143.05 -
System Red Green Blue C M Y K H S L
Decimal 189 182 40 0 0.04 0.79 0.26 57.18 0.65 0.45
Hex BD B6 28 0 4 4F 1A 39 41 2D
Octal 275 266 50 0 4 117 32 71 101 55
Binary 10111101 10110110 101000 0 100 1001111 11010 111001 1000001 101101

Color Harmonies of #BDB628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB628

Black with #BDB628

Text Example


Text Example

White with #BDB628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB628; }

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

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

background-color css

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

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

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

border-color css

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

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

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