Html Css Color HEX #BBA926 Earls Green

📋 copy color: '#BBA926'

red 187 ◦ green 169 ◦ blue 38

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

Shades of Earls Green #BBA926

Tints of Earls Green #BBA926

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.89%

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

R = 47.46%
G = 42.89%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BBA926 (or 0xBBA926) is known color: Earls Green. HEX triplet: BB, A9 and 26. RGB value is (187,169,38). Sum of RGB (Red+Green+Blue) = 187+169+38=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 169 (66.41% from 255 or 42.89% from 394); Blue value is 38 (15.23% from 255 or 9.64% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA926 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA926 is #4456D9. Grayscale: #9F9F9F. Windows color (decimal): -4478682 or 2533819. OLE color: 2533819.

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

Color convert

RGB 187 169 38 -
CMYK 0 0.10 0.80 0.27
HSL 52.75º 0.66% 0.44% -
HSV(B) 52.75º 0.8% 0.73% -
XYZ 35.03 39.08 7.53 -
YUV 159.45 59.46 147.65 -
System Red Green Blue C M Y K H S L
Decimal 187 169 38 0 0.10 0.80 0.27 52.75 0.66 0.44
Hex BB A9 26 0 A 50 1B 35 42 2C
Octal 273 251 46 0 12 120 33 65 102 54
Binary 10111011 10101001 100110 0 1010 1010000 11011 110101 1000010 101100

Color Harmonies of #BBA926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA926

Black with #BBA926

Text Example


Text Example

White with #BBA926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA926; }

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

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

background-color css

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

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

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

border-color css

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

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

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