Html Css Color HEX #BDB726 Earls Green

📋 copy color: '#BDB726'

red 189 ◦ green 183 ◦ blue 38

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

Shades of Earls Green #BDB726

Tints of Earls Green #BDB726

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.63%

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

R = 46.1%
G = 44.63%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BDB726 (or 0xBDB726) is known color: Earls Green. HEX triplet: BD, B7 and 26. RGB value is (189,183,38). Sum of RGB (Red+Green+Blue) = 189+183+38=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 183 (71.88% from 255 or 44.63% from 410); Blue value is 38 (15.23% from 255 or 9.27% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB726 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB726 is #4248D9. Grayscale: #A8A8A8. Windows color (decimal): -4344026 or 2537405. OLE color: 2537405.

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

Color convert

RGB 189 183 38 -
CMYK 0 0.03 0.80 0.26
HSL 57.62º 0.67% 0.45% -
HSV(B) 57.62º 0.8% 0.74% -
XYZ 38.27 44.83 8.47 -
YUV 168.26 54.49 142.79 -
System Red Green Blue C M Y K H S L
Decimal 189 183 38 0 0.03 0.80 0.26 57.62 0.67 0.45
Hex BD B7 26 0 3 50 1A 3A 43 2D
Octal 275 267 46 0 3 120 32 72 103 55
Binary 10111101 10110111 100110 0 11 1010000 11010 111010 1000011 101101

Color Harmonies of #BDB726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB726

Black with #BDB726

Text Example


Text Example

White with #BDB726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB726; }

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

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

background-color css

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

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

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

border-color css

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

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

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