Html Css Color HEX #9ABE23 Bahia

📋 copy color: '#9ABE23'

red 154 ◦ green 190 ◦ blue 35

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

Shades of Bahia #9ABE23

Tints of Bahia #9ABE23

RGB

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

 GREEN value IS 190 (74.61% from 255) = 50.13%

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

R = 40.63%
G = 50.13%
B = 9.23%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#9ABE23 (or 0x9ABE23) is known color: Bahia. HEX triplet: 9A, BE and 23. RGB value is (154,190,35). Sum of RGB (Red+Green+Blue) = 154+190+35=379 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.63% from 379); Green value is 190 (74.61% from 255 or 50.13% from 379); Blue value is 35 (14.06% from 255 or 9.23% from 379); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABE23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ABE23 is #6541DC. Grayscale: #A2A2A2. Windows color (decimal): -6635997 or 2342554. OLE color: 2342554.

HSL color Cylindrical-coordinate representation of color #9ABE23: hue angle of 73.94º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9ABE23 is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 190 35 -
CMYK 0.19 0 0.82 0.25
HSL 73.94º 0.69% 0.44% -
HSV(B) 73.94º 0.82% 0.75% -
XYZ 32.04 43.82 8.36 -
YUV 161.57 56.57 122.6 -
System Red Green Blue C M Y K H S L
Decimal 154 190 35 0.19 0 0.82 0.25 73.94 0.69 0.44
Hex 9A BE 23 13 0 52 19 4A 45 2C
Octal 232 276 43 23 0 122 31 112 105 54
Binary 10011010 10111110 100011 10011 0 1010010 11001 1001010 1000101 101100

Color Harmonies of #9ABE23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABE23

Black with #9ABE23

Text Example


Text Example

White with #9ABE23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,190,35); }

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

background-color css

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

 a { background-color: rgb(154,190,35); }

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

border-color css

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

 span { border-color: rgb(154,190,35); }

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