Html Css Color HEX #9BB618 Citrus

📋 copy color: '#9BB618'

red 155 ◦ green 182 ◦ blue 24

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

Shades of Citrus #9BB618

Tints of Citrus #9BB618

RGB

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

 GREEN value IS 182 (71.48% from 255) = 50.42%

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

R = 42.94%
G = 50.42%
B = 6.65%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#9BB618 (or 0x9BB618) is known color: Citrus. HEX triplet: 9B, B6 and 18. RGB value is (155,182,24). Sum of RGB (Red+Green+Blue) = 155+182+24=361 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.94% from 361); Green value is 182 (71.48% from 255 or 50.42% from 361); Blue value is 24 (9.77% from 255 or 6.65% from 361); Max value from RGB is 182 - color contains mainly: green. Hex color #9BB618 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BB618 is #6449E7. Grayscale: #9C9C9C. Windows color (decimal): -6572520 or 1619611. OLE color: 1619611.

HSL color Cylindrical-coordinate representation of color #9BB618: hue angle of 70.25º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9BB618 is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 155 182 24 -
CMYK 0.15 0 0.87 0.29
HSL 70.25º 0.77% 0.4% -
HSV(B) 70.25º 0.87% 0.71% -
XYZ 30.41 40.49 7.08 -
YUV 155.92 53.55 127.35 -
System Red Green Blue C M Y K H S L
Decimal 155 182 24 0.15 0 0.87 0.29 70.25 0.77 0.4
Hex 9B B6 18 F 0 57 1D 46 4D 28
Octal 233 266 30 17 0 127 35 106 115 50
Binary 10011011 10110110 11000 1111 0 1010111 11101 1000110 1001101 101000

Color Harmonies of #9BB618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB618

Black with #9BB618

Text Example


Text Example

White with #9BB618

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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