Html Css Color HEX #BBA923 Earls Green

📋 copy color: '#BBA923'

red 187 ◦ green 169 ◦ blue 35

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

Shades of Earls Green #BBA923

Tints of Earls Green #BBA923

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.95%

R = 47.83%
G = 43.22%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BBA923 (or 0xBBA923) is known color: Earls Green. HEX triplet: BB, A9 and 23. RGB value is (187,169,35). Sum of RGB (Red+Green+Blue) = 187+169+35=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 169 (66.41% from 255 or 43.22% from 391); Blue value is 35 (14.06% from 255 or 8.95% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA923 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA923 is #4456DC. Grayscale: #9F9F9F. Windows color (decimal): -4478685 or 2337211. OLE color: 2337211.

HSL color Cylindrical-coordinate representation of color #BBA923: hue angle of 52.89º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BBA923 is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 169 35 -
CMYK 0 0.10 0.81 0.27
HSL 52.89º 0.68% 0.44% -
HSV(B) 52.89º 0.81% 0.73% -
XYZ 34.98 39.06 7.29 -
YUV 159.11 57.96 147.9 -
System Red Green Blue C M Y K H S L
Decimal 187 169 35 0 0.10 0.81 0.27 52.89 0.68 0.44
Hex BB A9 23 0 A 51 1B 35 44 2C
Octal 273 251 43 0 12 121 33 65 104 54
Binary 10111011 10101001 100011 0 1010 1010001 11011 110101 1000100 101100

Color Harmonies of #BBA923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA923

Black with #BBA923

Text Example


Text Example

White with #BBA923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA923; }

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

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

background-color css

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

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

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

border-color css

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

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

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