Html Css Color HEX #BDB11A Earls Green

📋 copy color: '#BDB11A'

red 189 ◦ green 177 ◦ blue 26

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

Shades of Earls Green #BDB11A

Tints of Earls Green #BDB11A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.15%

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

R = 48.21%
G = 45.15%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BDB11A (or 0xBDB11A) is known color: Earls Green. HEX triplet: BD, B1 and 1A. RGB value is (189,177,26). Sum of RGB (Red+Green+Blue) = 189+177+26=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 177 (69.53% from 255 or 45.15% from 392); Blue value is 26 (10.55% from 255 or 6.63% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB11A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB11A is #424EE5. Grayscale: #A3A3A3. Windows color (decimal): -4345574 or 1749437. OLE color: 1749437.

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

Color convert

RGB 189 177 26 -
CMYK 0 0.06 0.86 0.26
HSL 55.58º 0.76% 0.42% -
HSV(B) 55.58º 0.86% 0.74% -
XYZ 36.89 42.34 7.2 -
YUV 163.37 50.48 146.28 -
System Red Green Blue C M Y K H S L
Decimal 189 177 26 0 0.06 0.86 0.26 55.58 0.76 0.42
Hex BD B1 1A 0 6 56 1A 38 4C 2A
Octal 275 261 32 0 6 126 32 70 114 52
Binary 10111101 10110001 11010 0 110 1010110 11010 111000 1001100 101010

Color Harmonies of #BDB11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB11A

Black with #BDB11A

Text Example


Text Example

White with #BDB11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB11A; }

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

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

background-color css

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

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

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

border-color css

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

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

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