#9BB70A

Color #9BB70A Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #9BB70A

Tints of Citrus #9BB70A

Color information

#9BB70A (or 0x9BB70A) is unknown color: approx Citrus. HEX triplet: 9B, B7 and 0A. RGB value is (155,183,10). Sum of RGB (Red+Green+Blue) = 155+183+10=348 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.54% from 348); Green value is 183 (71.88% from 255 or 52.59% from 348); Blue value is 10 (4.30% from 255 or 2.87% from 348); Max value from RGB is 183 - color contains mainly: green. Hex color #9BB70A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BB70A is #6448F5. Grayscale: #9B9B9B. Windows color (decimal): -6572278 or 702363. OLE color: 702363.

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

Color convert

RGB15518310-
CMYK0.1500.950.28
HSL69.71º89.64%37.84%-
HSV(B)69.71º94.54%71.76%-
XYZ30.5140.866.57-
YUV154.9146.22128.07-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.54%
GREEN value IS 183 (71.88% from 255) = 52.59%
BLUE value IS 10 (4.30% from 255) = 2.87%
R=44.54%
G=52.59%
B=2.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal155183100.1500.950.2869.7189.6437.84
Hex9BB7AF05F1C465a26
Octal233267121701373410613246
Binary100110111011011110101111010111111110010001101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB70A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9BB70A;
 }
 .AnyTagClassName
 {
   color: #9BB70A;
 }
</style>
background-color css

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

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

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

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

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

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