Html Css Color HEX #9BC405 Citrus

📋 copy color: '#9BC405'

red 155 ◦ green 196 ◦ blue 5

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

Shades of Citrus #9BC405

Tints of Citrus #9BC405

RGB

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

 GREEN value IS 196 (76.95% from 255) = 55.06%

 BLUE value IS 5 (2.34% from 255) = 1.4%

R = 43.54%
G = 55.06%
B = 1.4%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#9BC405 (or 0x9BC405) is known color: Citrus. HEX triplet: 9B, C4 and 05. RGB value is (155,196,5). Sum of RGB (Red+Green+Blue) = 155+196+5=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 196 (76.95% from 255 or 55.06% from 356); Blue value is 5 (2.34% from 255 or 1.40% from 356); Max value from RGB is 196 - color contains mainly: green. Hex color #9BC405 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC405 is #643BFA. Grayscale: #A2A2A2. Windows color (decimal): -6568955 or 378011. OLE color: 378011.

HSL color Cylindrical-coordinate representation of color #9BC405: hue angle of 72.88º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9BC405 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 155 196 5 -
CMYK 0.21 0 0.97 0.23
HSL 72.88º 0.95% 0.39% -
HSV(B) 72.88º 0.97% 0.77% -
XYZ 33.28 46.46 7.36 -
YUV 161.97 39.42 123.03 -
System Red Green Blue C M Y K H S L
Decimal 155 196 5 0.21 0 0.97 0.23 72.88 0.95 0.39
Hex 9B C4 5 15 0 61 17 49 5F 27
Octal 233 304 5 25 0 141 27 111 137 47
Binary 10011011 11000100 101 10101 0 1100001 10111 1001001 1011111 100111

Color Harmonies of #9BC405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC405

Black with #9BC405

Text Example


Text Example

White with #9BC405

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,196,5); }

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

background-color css

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

 a { background-color: rgb(155,196,5); }

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

border-color css

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

 span { border-color: rgb(155,196,5); }

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