Html Css Color HEX #9BAC18 Citrus

📋 copy color: '#9BAC18'

red 155 ◦ green 172 ◦ blue 24

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

Shades of Citrus #9BAC18

Tints of Citrus #9BAC18

RGB

 RED value IS 155 (60.94% from 255) = 44.16%

 GREEN value IS 172 (67.58% from 255) = 49%

 BLUE value IS 24 (9.77% from 255) = 6.84%

R = 44.16%
G = 49%
B = 6.84%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#9BAC18 (or 0x9BAC18) is known color: Citrus. HEX triplet: 9B, AC and 18. RGB value is (155,172,24). Sum of RGB (Red+Green+Blue) = 155+172+24=351 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.16% from 351); Green value is 172 (67.58% from 255 or 49.00% from 351); Blue value is 24 (9.77% from 255 or 6.84% from 351); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BAC18 is #6453E7. Grayscale: #969696. Windows color (decimal): -6575080 or 1617051. OLE color: 1617051.

HSL color Cylindrical-coordinate representation of color #9BAC18: hue angle of 66.89º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9BAC18 is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 172 24 -
CMYK 0.10 0 0.86 0.33
HSL 66.89º 0.76% 0.38% -
HSV(B) 66.89º 0.86% 0.67% -
XYZ 28.43 36.54 6.42 -
YUV 150.05 56.87 131.53 -
System Red Green Blue C M Y K H S L
Decimal 155 172 24 0.10 0 0.86 0.33 66.89 0.76 0.38
Hex 9B AC 18 A 0 56 21 43 4C 26
Octal 233 254 30 12 0 126 41 103 114 46
Binary 10011011 10101100 11000 1010 0 1010110 100001 1000011 1001100 100110

Color Harmonies of #9BAC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAC18

Black with #9BAC18

Text Example


Text Example

White with #9BAC18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,172,24); }

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

background-color css

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

 a { background-color: rgb(155,172,24); }

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

border-color css

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

 span { border-color: rgb(155,172,24); }

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