Html Css Color HEX #BDB026 Earls Green

📋 copy color: '#BDB026'

red 189 ◦ green 176 ◦ blue 38

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

Shades of Earls Green #BDB026

Tints of Earls Green #BDB026

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.67%

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

R = 46.9%
G = 43.67%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BDB026 (or 0xBDB026) is known color: Earls Green. HEX triplet: BD, B0 and 26. RGB value is (189,176,38). Sum of RGB (Red+Green+Blue) = 189+176+38=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 38 (15.23% from 255 or 9.43% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB026 is #424FD9. Grayscale: #A4A4A4. Windows color (decimal): -4345818 or 2535613. OLE color: 2535613.

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

Color convert

RGB 189 176 38 -
CMYK 0 0.07 0.80 0.26
HSL 54.83º 0.67% 0.45% -
HSV(B) 54.83º 0.8% 0.74% -
XYZ 36.86 42.01 8 -
YUV 164.16 56.81 145.72 -
System Red Green Blue C M Y K H S L
Decimal 189 176 38 0 0.07 0.80 0.26 54.83 0.67 0.45
Hex BD B0 26 0 7 50 1A 37 43 2D
Octal 275 260 46 0 7 120 32 67 103 55
Binary 10111101 10110000 100110 0 111 1010000 11010 110111 1000011 101101

Color Harmonies of #BDB026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB026

Black with #BDB026

Text Example


Text Example

White with #BDB026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB026; }

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

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

background-color css

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

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

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

border-color css

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

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

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