Html Css Color HEX #9ABC21 Bahia

📋 copy color: '#9ABC21'

red 154 ◦ green 188 ◦ blue 33

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

Shades of Bahia #9ABC21

Tints of Bahia #9ABC21

RGB

 RED value IS 154 (60.55% from 255) = 41.07%

 GREEN value IS 188 (73.83% from 255) = 50.13%

 BLUE value IS 33 (13.28% from 255) = 8.8%

R = 41.07%
G = 50.13%
B = 8.8%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#9ABC21 (or 0x9ABC21) is known color: Bahia. HEX triplet: 9A, BC and 21. RGB value is (154,188,33). Sum of RGB (Red+Green+Blue) = 154+188+33=375 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.07% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 33 (13.28% from 255 or 8.8% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ABC21 is #6543DE. Grayscale: #A0A0A0. Windows color (decimal): -6636511 or 2210970. OLE color: 2210970.

HSL color Cylindrical-coordinate representation of color #9ABC21: hue angle of 73.16º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9ABC21 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB 154 188 33 -
CMYK 0.18 0 0.82 0.26
HSL 73.16º 0.7% 0.43% -
HSV(B) 73.16º 0.82% 0.74% -
XYZ 31.58 42.95 8.06 -
YUV 160.16 56.24 123.6 -
System Red Green Blue C M Y K H S L
Decimal 154 188 33 0.18 0 0.82 0.26 73.16 0.7 0.43
Hex 9A BC 21 12 0 52 1A 49 46 2B
Octal 232 274 41 22 0 122 32 111 106 53
Binary 10011010 10111100 100001 10010 0 1010010 11010 1001001 1000110 101011

Color Harmonies of #9ABC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABC21

Black with #9ABC21

Text Example


Text Example

White with #9ABC21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9ABC21; }

 p { color: rgb(154,188,33); }

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

background-color css

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

 a { background-color: rgb(154,188,33); }

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

border-color css

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

 span { border-color: rgb(154,188,33); }

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