Html Css Color HEX #BBA726 Earls Green

📋 copy color: '#BBA726'

red 187 ◦ green 167 ◦ blue 38

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

Shades of Earls Green #BBA726

Tints of Earls Green #BBA726

RGB

 RED value IS 187 (73.44% from 255) = 47.7%

 GREEN value IS 167 (65.63% from 255) = 42.6%

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

R = 47.7%
G = 42.6%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BBA726 (or 0xBBA726) is known color: Earls Green. HEX triplet: BB, A7 and 26. RGB value is (187,167,38). Sum of RGB (Red+Green+Blue) = 187+167+38=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 167 (65.62% from 255 or 42.60% from 392); Blue value is 38 (15.23% from 255 or 9.69% from 392); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA726 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA726 is #4458D9. Grayscale: #9E9E9E. Windows color (decimal): -4479194 or 2533307. OLE color: 2533307.

HSL color Cylindrical-coordinate representation of color #BBA726: hue angle of 51.95º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BBA726 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 167 38 -
CMYK 0 0.11 0.80 0.27
HSL 51.95º 0.66% 0.44% -
HSV(B) 51.95º 0.8% 0.73% -
XYZ 34.66 38.34 7.41 -
YUV 158.27 60.13 148.49 -
System Red Green Blue C M Y K H S L
Decimal 187 167 38 0 0.11 0.80 0.27 51.95 0.66 0.44
Hex BB A7 26 0 B 50 1B 34 42 2C
Octal 273 247 46 0 13 120 33 64 102 54
Binary 10111011 10100111 100110 0 1011 1010000 11011 110100 1000010 101100

Color Harmonies of #BBA726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA726

Black with #BBA726

Text Example


Text Example

White with #BBA726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA726; }

 p { color: rgb(187,167,38); }

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

background-color css

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

 a { background-color: rgb(187,167,38); }

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

border-color css

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

 span { border-color: rgb(187,167,38); }

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