Html Css Color HEX #9ACB15 Bahia

📋 copy color: '#9ACB15'

red 154 ◦ green 203 ◦ blue 21

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

Shades of Bahia #9ACB15

Tints of Bahia #9ACB15

RGB

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

 GREEN value IS 203 (79.69% from 255) = 53.7%

 BLUE value IS 21 (8.59% from 255) = 5.56%

R = 40.74%
G = 53.7%
B = 5.56%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#9ACB15 (or 0x9ACB15) is known color: Bahia. HEX triplet: 9A, CB and 15. RGB value is (154,203,21). Sum of RGB (Red+Green+Blue) = 154+203+21=378 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.74% from 378); Green value is 203 (79.69% from 255 or 53.70% from 378); Blue value is 21 (8.59% from 255 or 5.56% from 378); Max value from RGB is 203 - color contains mainly: green. Hex color #9ACB15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ACB15 is #6534EA. Grayscale: #A8A8A8. Windows color (decimal): -6632683 or 1428378. OLE color: 1428378.

HSL color Cylindrical-coordinate representation of color #9ACB15: hue angle of 76.15º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9ACB15 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 154 203 21 -
CMYK 0.24 0 0.90 0.20
HSL 76.15º 0.81% 0.44% -
HSV(B) 76.15º 0.9% 0.8% -
XYZ 34.82 49.64 8.46 -
YUV 167.6 45.27 118.3 -
System Red Green Blue C M Y K H S L
Decimal 154 203 21 0.24 0 0.90 0.20 76.15 0.81 0.44
Hex 9A CB 15 18 0 5A 14 4C 51 2C
Octal 232 313 25 30 0 132 24 114 121 54
Binary 10011010 11001011 10101 11000 0 1011010 10100 1001100 1010001 101100

Color Harmonies of #9ACB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACB15

Black with #9ACB15

Text Example


Text Example

White with #9ACB15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,203,21); }

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

background-color css

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

 a { background-color: rgb(154,203,21); }

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

border-color css

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

 span { border-color: rgb(154,203,21); }

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