Html Css Color HEX #9ABE1D Bahia

📋 copy color: '#9ABE1D'

red 154 ◦ green 190 ◦ blue 29

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

Shades of Bahia #9ABE1D

Tints of Bahia #9ABE1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.77%

R = 41.29%
G = 50.94%
B = 7.77%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#9ABE1D (or 0x9ABE1D) is known color: Bahia. HEX triplet: 9A, BE and 1D. RGB value is (154,190,29). Sum of RGB (Red+Green+Blue) = 154+190+29=373 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.29% from 373); Green value is 190 (74.61% from 255 or 50.94% from 373); Blue value is 29 (11.72% from 255 or 7.77% from 373); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABE1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ABE1D is #6541E2. Grayscale: #A1A1A1. Windows color (decimal): -6636003 or 1949338. OLE color: 1949338.

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

Color convert

RGB 154 190 29 -
CMYK 0.19 0 0.85 0.25
HSL 73.42º 0.74% 0.43% -
HSV(B) 73.42º 0.85% 0.75% -
XYZ 31.96 43.79 7.93 -
YUV 160.88 53.57 123.09 -
System Red Green Blue C M Y K H S L
Decimal 154 190 29 0.19 0 0.85 0.25 73.42 0.74 0.43
Hex 9A BE 1D 13 0 55 19 49 4A 2B
Octal 232 276 35 23 0 125 31 111 112 53
Binary 10011010 10111110 11101 10011 0 1010101 11001 1001001 1001010 101011

Color Harmonies of #9ABE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABE1D

Black with #9ABE1D

Text Example


Text Example

White with #9ABE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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