Html Css Color HEX #BDB626 Earls Green

📋 copy color: '#BDB626'

red 189 ◦ green 182 ◦ blue 38

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

Shades of Earls Green #BDB626

Tints of Earls Green #BDB626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.29%

R = 46.21%
G = 44.5%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BDB626 (or 0xBDB626) is known color: Earls Green. HEX triplet: BD, B6 and 26. RGB value is (189,182,38). Sum of RGB (Red+Green+Blue) = 189+182+38=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 182 (71.48% from 255 or 44.50% from 409); Blue value is 38 (15.23% from 255 or 9.29% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB626 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB626 is #4249D9. Grayscale: #A8A8A8. Windows color (decimal): -4344282 or 2537149. OLE color: 2537149.

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

Color convert

RGB 189 182 38 -
CMYK 0 0.04 0.80 0.26
HSL 57.22º 0.67% 0.45% -
HSV(B) 57.22º 0.8% 0.74% -
XYZ 38.06 44.41 8.4 -
YUV 167.68 54.82 143.21 -
System Red Green Blue C M Y K H S L
Decimal 189 182 38 0 0.04 0.80 0.26 57.22 0.67 0.45
Hex BD B6 26 0 4 50 1A 39 43 2D
Octal 275 266 46 0 4 120 32 71 103 55
Binary 10111101 10110110 100110 0 100 1010000 11010 111001 1000011 101101

Color Harmonies of #BDB626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB626

Black with #BDB626

Text Example


Text Example

White with #BDB626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB626; }

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

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

background-color css

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

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

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

border-color css

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

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

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