Html Css Color HEX #9BB90C Citrus

📋 copy color: '#9BB90C'

red 155 ◦ green 185 ◦ blue 12

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

Shades of Citrus #9BB90C

Tints of Citrus #9BB90C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 52.56%

 BLUE value IS 12 (5.08% from 255) = 3.41%

R = 44.03%
G = 52.56%
B = 3.41%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#9BB90C (or 0x9BB90C) is known color: Citrus. HEX triplet: 9B, B9 and 0C. RGB value is (155,185,12). Sum of RGB (Red+Green+Blue) = 155+185+12=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 185 (72.66% from 255 or 52.56% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB90C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BB90C is #6446F3. Grayscale: #9C9C9C. Windows color (decimal): -6571764 or 833947. OLE color: 833947.

HSL color Cylindrical-coordinate representation of color #9BB90C: hue angle of 70.4º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9BB90C is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 185 12 -
CMYK 0.16 0 0.94 0.27
HSL 70.4º 0.88% 0.39% -
HSV(B) 70.4º 0.94% 0.73% -
XYZ 30.93 41.69 6.77 -
YUV 156.31 46.56 127.07 -
System Red Green Blue C M Y K H S L
Decimal 155 185 12 0.16 0 0.94 0.27 70.4 0.88 0.39
Hex 9B B9 C 10 0 5E 1B 46 58 27
Octal 233 271 14 20 0 136 33 106 130 47
Binary 10011011 10111001 1100 10000 0 1011110 11011 1000110 1011000 100111

Color Harmonies of #9BB90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB90C

Black with #9BB90C

Text Example


Text Example

White with #9BB90C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,185,12); }

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

background-color css

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

 a { background-color: rgb(155,185,12); }

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

border-color css

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

 span { border-color: rgb(155,185,12); }

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