Html Css Color HEX #9BB701 Citrus

📋 copy color: '#9BB701'

red 155 ◦ green 183 ◦ blue 1

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

Shades of Citrus #9BB701

Tints of Citrus #9BB701

RGB

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

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

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

R = 45.72%
G = 53.98%
B = 0.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#9BB701 (or 0x9BB701) is known color: Citrus. HEX triplet: 9B, B7 and 01. RGB value is (155,183,1). Sum of RGB (Red+Green+Blue) = 155+183+1=339 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.72% from 339); Green value is 183 (71.88% from 255 or 53.98% from 339); Blue value is 1 (0.78% from 255 or 0.29% from 339); Max value from RGB is 183 - color contains mainly: green. Hex color #9BB701 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BB701 is #6448FE. Grayscale: #9A9A9A. Windows color (decimal): -6572287 or 112539. OLE color: 112539.

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

Color convert

RGB 155 183 1 -
CMYK 0.15 0 0.99 0.28
HSL 69.23º 0.99% 0.36% -
HSV(B) 69.23º 0.99% 0.72% -
XYZ 30.46 40.84 6.31 -
YUV 153.88 41.72 128.8 -
System Red Green Blue C M Y K H S L
Decimal 155 183 1 0.15 0 0.99 0.28 69.23 0.99 0.36
Hex 9B B7 1 F 0 63 1C 45 63 24
Octal 233 267 1 17 0 143 34 105 143 44
Binary 10011011 10110111 1 1111 0 1100011 11100 1000101 1100011 100100

Color Harmonies of #9BB701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB701

Black with #9BB701

Text Example


Text Example

White with #9BB701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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