Html Css Color HEX #9BC601 Citrus

📋 copy color: '#9BC601'

red 155 ◦ green 198 ◦ blue 1

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

Shades of Citrus #9BC601

Tints of Citrus #9BC601

RGB

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

 GREEN value IS 198 (77.73% from 255) = 55.93%

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

R = 43.79%
G = 55.93%
B = 0.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#9BC601 (or 0x9BC601) is known color: Citrus. HEX triplet: 9B, C6 and 01. RGB value is (155,198,1). Sum of RGB (Red+Green+Blue) = 155+198+1=354 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.79% from 354); Green value is 198 (77.73% from 255 or 55.93% from 354); Blue value is 1 (0.78% from 255 or 0.28% from 354); Max value from RGB is 198 - color contains mainly: green. Hex color #9BC601 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC601 is #6439FE. Grayscale: #A3A3A3. Windows color (decimal): -6568447 or 116379. OLE color: 116379.

HSL color Cylindrical-coordinate representation of color #9BC601: hue angle of 73.1º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9BC601 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 155 198 1 -
CMYK 0.22 0 0.99 0.22
HSL 73.1º 0.99% 0.39% -
HSV(B) 73.1º 0.99% 0.78% -
XYZ 33.72 47.36 7.39 -
YUV 162.69 36.75 122.52 -
System Red Green Blue C M Y K H S L
Decimal 155 198 1 0.22 0 0.99 0.22 73.1 0.99 0.39
Hex 9B C6 1 16 0 63 16 49 63 27
Octal 233 306 1 26 0 143 26 111 143 47
Binary 10011011 11000110 1 10110 0 1100011 10110 1001001 1100011 100111

Color Harmonies of #9BC601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC601

Black with #9BC601

Text Example


Text Example

White with #9BC601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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