Html Css Color HEX #BBA322 Earls Green

📋 copy color: '#BBA322'

red 187 ◦ green 163 ◦ blue 34

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

Shades of Earls Green #BBA322

Tints of Earls Green #BBA322

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.45%

 BLUE value IS 34 (13.67% from 255) = 8.85%

R = 48.7%
G = 42.45%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BBA322 (or 0xBBA322) is known color: Earls Green. HEX triplet: BB, A3 and 22. RGB value is (187,163,34). Sum of RGB (Red+Green+Blue) = 187+163+34=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 163 (64.06% from 255 or 42.45% from 384); Blue value is 34 (13.67% from 255 or 8.85% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA322 is #445CDD. Grayscale: #9C9C9C. Windows color (decimal): -4480222 or 2270139. OLE color: 2270139.

HSL color Cylindrical-coordinate representation of color #BBA322: hue angle of 50.59º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BBA322 is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 163 34 -
CMYK 0 0.13 0.82 0.27
HSL 50.59º 0.69% 0.43% -
HSV(B) 50.59º 0.82% 0.73% -
XYZ 33.88 36.87 6.85 -
YUV 155.47 59.45 150.49 -
System Red Green Blue C M Y K H S L
Decimal 187 163 34 0 0.13 0.82 0.27 50.59 0.69 0.43
Hex BB A3 22 0 D 52 1B 33 45 2B
Octal 273 243 42 0 15 122 33 63 105 53
Binary 10111011 10100011 100010 0 1101 1010010 11011 110011 1000101 101011

Color Harmonies of #BBA322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA322

Black with #BBA322

Text Example


Text Example

White with #BBA322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA322; }

 p { color: rgb(187,163,34); }

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

background-color css

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

 a { background-color: rgb(187,163,34); }

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

border-color css

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

 span { border-color: rgb(187,163,34); }

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