Html Css Color HEX #9BB700 Citrus

📋 copy color: '#9BB700'

red 155 ◦ green 183 ◦ blue 0

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

Shades of Citrus #9BB700

Tints of Citrus #9BB700

RGB

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

 GREEN value IS 183 (71.88% from 255) = 54.14%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.86%
G = 54.14%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#9BB700 (or 0x9BB700) is known color: Citrus. HEX triplet: 9B, B7 and 00. RGB value is (155,183,0). Sum of RGB (Red+Green+Blue) = 155+183+0=338 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.86% from 338); Green value is 183 (71.88% from 255 or 54.14% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 183 - color contains mainly: green. Hex color #9BB700 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BB700 is #6448FF. Grayscale: #9A9A9A. Windows color (decimal): -6572288 or 47003. OLE color: 47003.

HSL color Cylindrical-coordinate representation of color #9BB700: hue angle of 69.18º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9BB700 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB 155 183 0 -
CMYK 0.15 0 1 0.28
HSL 69.18º 1% 0.36% -
HSV(B) 69.18º 1% 0.72% -
XYZ 30.45 40.84 6.28 -
YUV 153.77 41.22 128.88 -
System Red Green Blue C M Y K H S L
Decimal 155 183 0 0.15 0 1 0.28 69.18 1 0.36
Hex 9B B7 0 F 0 64 1C 45 64 24
Octal 233 267 0 17 0 144 34 105 144 44
Binary 10011011 10110111 0 1111 0 1100100 11100 1000101 1100100 100100

Color Harmonies of #9BB700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB700

Black with #9BB700

Text Example


Text Example

White with #9BB700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,183,0); }

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

background-color css

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

 a { background-color: rgb(155,183,0); }

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

border-color css

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

 span { border-color: rgb(155,183,0); }

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