Html Css Color HEX #BDB926 Earls Green

📋 copy color: '#BDB926'

red 189 ◦ green 185 ◦ blue 38

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

Shades of Earls Green #BDB926

Tints of Earls Green #BDB926

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.9%

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

R = 45.87%
G = 44.9%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BDB926 (or 0xBDB926) is known color: Earls Green. HEX triplet: BD, B9 and 26. RGB value is (189,185,38). Sum of RGB (Red+Green+Blue) = 189+185+38=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 185 (72.66% from 255 or 44.90% from 412); Blue value is 38 (15.23% from 255 or 9.22% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB926 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB926 is #4246D9. Grayscale: #AAAAAA. Windows color (decimal): -4343514 or 2537917. OLE color: 2537917.

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

Color convert

RGB 189 185 38 -
CMYK 0 0.02 0.80 0.26
HSL 58.41º 0.67% 0.45% -
HSV(B) 58.41º 0.8% 0.74% -
XYZ 38.69 45.66 8.61 -
YUV 169.44 53.83 141.95 -
System Red Green Blue C M Y K H S L
Decimal 189 185 38 0 0.02 0.80 0.26 58.41 0.67 0.45
Hex BD B9 26 0 2 50 1A 3A 43 2D
Octal 275 271 46 0 2 120 32 72 103 55
Binary 10111101 10111001 100110 0 10 1010000 11010 111010 1000011 101101

Color Harmonies of #BDB926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB926

Black with #BDB926

Text Example


Text Example

White with #BDB926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB926; }

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

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

background-color css

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

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

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

border-color css

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

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

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