Html Css Color HEX #9BC204 Citrus

📋 copy color: '#9BC204'

red 155 ◦ green 194 ◦ blue 4

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

Shades of Citrus #9BC204

Tints of Citrus #9BC204

RGB

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

 GREEN value IS 194 (76.17% from 255) = 54.96%

 BLUE value IS 4 (1.95% from 255) = 1.13%

R = 43.91%
G = 54.96%
B = 1.13%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#9BC204 (or 0x9BC204) is known color: Citrus. HEX triplet: 9B, C2 and 04. RGB value is (155,194,4). Sum of RGB (Red+Green+Blue) = 155+194+4=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 194 (76.17% from 255 or 54.96% from 353); Blue value is 4 (1.95% from 255 or 1.13% from 353); Max value from RGB is 194 - color contains mainly: green. Hex color #9BC204 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC204 is #643DFB. Grayscale: #A1A1A1. Windows color (decimal): -6569468 or 311963. OLE color: 311963.

HSL color Cylindrical-coordinate representation of color #9BC204: hue angle of 72.32º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9BC204 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 155 194 4 -
CMYK 0.20 0 0.98 0.24
HSL 72.32º 0.96% 0.39% -
HSV(B) 72.32º 0.98% 0.76% -
XYZ 32.83 45.56 7.18 -
YUV 160.68 39.58 123.95 -
System Red Green Blue C M Y K H S L
Decimal 155 194 4 0.20 0 0.98 0.24 72.32 0.96 0.39
Hex 9B C2 4 14 0 62 18 48 60 27
Octal 233 302 4 24 0 142 30 110 140 47
Binary 10011011 11000010 100 10100 0 1100010 11000 1001000 1100000 100111

Color Harmonies of #9BC204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC204

Black with #9BC204

Text Example


Text Example

White with #9BC204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,194,4); }

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

background-color css

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

 a { background-color: rgb(155,194,4); }

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

border-color css

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

 span { border-color: rgb(155,194,4); }

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