#9BCF03

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

Shades of Citrus #9BCF03

Tints of Citrus #9BCF03

Color information

#9BCF03 (or 0x9BCF03) is unknown color: approx Citrus. HEX triplet: 9B, CF and 03. RGB value is (155,207,3). Sum of RGB (Red+Green+Blue) = 155+207+3=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 207 (81.25% from 255 or 56.71% from 365); Blue value is 3 (1.56% from 255 or 0.82% from 365); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCF03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BCF03 is #6430FC. Grayscale: #A8A8A8. Windows color (decimal): -6566141 or 249755. OLE color: 249755.

HSL color Cylindrical-coordinate representation of color #9BCF03: hue angle of 75.29º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9BCF03 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB1552073-
CMYK0.2500.990.19
HSL75.29º97.14%41.18%-
HSV(B)75.29º98.55%81.18%-
XYZ35.8551.68.16-
YUV168.234.77118.59-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.47%
GREEN value IS 207 (81.25% from 255) = 56.71%
BLUE value IS 3 (1.56% from 255) = 0.82%
R=42.47%
G=56.71%
B=0.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal15520730.2500.990.1975.2997.1441.18
Hex9BCF319063134b6129
Octal23331733101432311314151
Binary10011011110011111111001011000111001110010111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCF03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,207,3); }

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

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

 a { background-color: rgb(155,207,3); }

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

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

 span { border-color: rgb(155,207,3); }

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