Html Css Color HEX #BDB31A Earls Green

📋 copy color: '#BDB31A'

red 189 ◦ green 179 ◦ blue 26

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

Shades of Earls Green #BDB31A

Tints of Earls Green #BDB31A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.43%

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

R = 47.97%
G = 45.43%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BDB31A (or 0xBDB31A) is known color: Earls Green. HEX triplet: BD, B3 and 1A. RGB value is (189,179,26). Sum of RGB (Red+Green+Blue) = 189+179+26=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 179 (70.31% from 255 or 45.43% from 394); Blue value is 26 (10.55% from 255 or 6.60% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB31A is #424CE5. Grayscale: #A5A5A5. Windows color (decimal): -4345062 or 1749949. OLE color: 1749949.

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

Color convert

RGB 189 179 26 -
CMYK 0 0.05 0.86 0.26
HSL 56.32º 0.76% 0.42% -
HSV(B) 56.32º 0.86% 0.74% -
XYZ 37.29 43.13 7.34 -
YUV 164.55 49.81 145.44 -
System Red Green Blue C M Y K H S L
Decimal 189 179 26 0 0.05 0.86 0.26 56.32 0.76 0.42
Hex BD B3 1A 0 5 56 1A 38 4C 2A
Octal 275 263 32 0 5 126 32 70 114 52
Binary 10111101 10110011 11010 0 101 1010110 11010 111000 1001100 101010

Color Harmonies of #BDB31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB31A

Black with #BDB31A

Text Example


Text Example

White with #BDB31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB31A; }

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

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

background-color css

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

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

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

border-color css

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

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

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