Html Css Color HEX #BDB51A Earls Green

📋 copy color: '#BDB51A'

red 189 ◦ green 181 ◦ blue 26

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

Shades of Earls Green #BDB51A

Tints of Earls Green #BDB51A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.71%

 BLUE value IS 26 (10.55% from 255) = 6.57%

R = 47.73%
G = 45.71%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BDB51A (or 0xBDB51A) is known color: Earls Green. HEX triplet: BD, B5 and 1A. RGB value is (189,181,26). Sum of RGB (Red+Green+Blue) = 189+181+26=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 181 (71.09% from 255 or 45.71% from 396); Blue value is 26 (10.55% from 255 or 6.57% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB51A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB51A is #424AE5. Grayscale: #A6A6A6. Windows color (decimal): -4344550 or 1750461. OLE color: 1750461.

HSL color Cylindrical-coordinate representation of color #BDB51A: hue angle of 57.06º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BDB51A is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 181 26 -
CMYK 0 0.04 0.86 0.26
HSL 57.06º 0.76% 0.42% -
HSV(B) 57.06º 0.86% 0.74% -
XYZ 37.7 43.94 7.47 -
YUV 165.72 49.15 144.6 -
System Red Green Blue C M Y K H S L
Decimal 189 181 26 0 0.04 0.86 0.26 57.06 0.76 0.42
Hex BD B5 1A 0 4 56 1A 39 4C 2A
Octal 275 265 32 0 4 126 32 71 114 52
Binary 10111101 10110101 11010 0 100 1010110 11010 111001 1001100 101010

Color Harmonies of #BDB51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB51A

Black with #BDB51A

Text Example


Text Example

White with #BDB51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB51A; }

 p { color: rgb(189,181,26); }

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

background-color css

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

 a { background-color: rgb(189,181,26); }

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

border-color css

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

 span { border-color: rgb(189,181,26); }

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