Html Css Color HEX #9BBC01 Citrus

📋 copy color: '#9BBC01'

red 155 ◦ green 188 ◦ blue 1

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

Shades of Citrus #9BBC01

Tints of Citrus #9BBC01

RGB

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

 GREEN value IS 188 (73.83% from 255) = 54.65%

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

R = 45.06%
G = 54.65%
B = 0.29%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#9BBC01 (or 0x9BBC01) is known color: Citrus. HEX triplet: 9B, BC and 01. RGB value is (155,188,1). Sum of RGB (Red+Green+Blue) = 155+188+1=344 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.06% from 344); Green value is 188 (73.83% from 255 or 54.65% from 344); Blue value is 1 (0.78% from 255 or 0.29% from 344); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBC01 is #6443FE. Grayscale: #9D9D9D. Windows color (decimal): -6571007 or 113819. OLE color: 113819.

HSL color Cylindrical-coordinate representation of color #9BBC01: hue angle of 70.59º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9BBC01 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 188 1 -
CMYK 0.18 0 0.99 0.26
HSL 70.59º 0.99% 0.37% -
HSV(B) 70.59º 0.99% 0.74% -
XYZ 31.51 42.94 6.66 -
YUV 156.82 40.07 126.71 -
System Red Green Blue C M Y K H S L
Decimal 155 188 1 0.18 0 0.99 0.26 70.59 0.99 0.37
Hex 9B BC 1 12 0 63 1A 47 63 25
Octal 233 274 1 22 0 143 32 107 143 45
Binary 10011011 10111100 1 10010 0 1100011 11010 1000111 1100011 100101

Color Harmonies of #9BBC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBC01

Black with #9BBC01

Text Example


Text Example

White with #9BBC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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