Html Css Color HEX #9BB901 Citrus

📋 copy color: '#9BB901'

red 155 ◦ green 185 ◦ blue 1

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

Shades of Citrus #9BB901

Tints of Citrus #9BB901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 45.45%
G = 54.25%
B = 0.29%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#9BB901 (or 0x9BB901) is known color: Citrus. HEX triplet: 9B, B9 and 01. RGB value is (155,185,1). Sum of RGB (Red+Green+Blue) = 155+185+1=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 185 (72.66% from 255 or 54.25% from 341); Blue value is 1 (0.78% from 255 or 0.29% from 341); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB901 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BB901 is #6446FE. Grayscale: #9B9B9B. Windows color (decimal): -6571775 or 113051. OLE color: 113051.

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

Color convert

RGB 155 185 1 -
CMYK 0.16 0 0.99 0.27
HSL 69.78º 0.99% 0.36% -
HSV(B) 69.78º 0.99% 0.73% -
XYZ 30.87 41.67 6.44 -
YUV 155.05 41.06 127.96 -
System Red Green Blue C M Y K H S L
Decimal 155 185 1 0.16 0 0.99 0.27 69.78 0.99 0.36
Hex 9B B9 1 10 0 63 1B 46 63 24
Octal 233 271 1 20 0 143 33 106 143 44
Binary 10011011 10111001 1 10000 0 1100011 11011 1000110 1100011 100100

Color Harmonies of #9BB901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB901

Black with #9BB901

Text Example


Text Example

White with #9BB901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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