Html Css Color HEX #9BC214 Citrus

📋 copy color: '#9BC214'

red 155 ◦ green 194 ◦ blue 20

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

Shades of Citrus #9BC214

Tints of Citrus #9BC214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.42%

R = 42.01%
G = 52.57%
B = 5.42%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#9BC214 (or 0x9BC214) is known color: Citrus. HEX triplet: 9B, C2 and 14. RGB value is (155,194,20). Sum of RGB (Red+Green+Blue) = 155+194+20=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 194 (76.17% from 255 or 52.57% from 369); Blue value is 20 (8.20% from 255 or 5.42% from 369); Max value from RGB is 194 - color contains mainly: green. Hex color #9BC214 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC214 is #643DEB. Grayscale: #A3A3A3. Windows color (decimal): -6569452 or 1360539. OLE color: 1360539.

HSL color Cylindrical-coordinate representation of color #9BC214: hue angle of 73.45º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9BC214 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 155 194 20 -
CMYK 0.20 0 0.90 0.24
HSL 73.45º 0.81% 0.42% -
HSV(B) 73.45º 0.9% 0.76% -
XYZ 32.94 45.6 7.73 -
YUV 162.5 47.58 122.65 -
System Red Green Blue C M Y K H S L
Decimal 155 194 20 0.20 0 0.90 0.24 73.45 0.81 0.42
Hex 9B C2 14 14 0 5A 18 49 51 2A
Octal 233 302 24 24 0 132 30 111 121 52
Binary 10011011 11000010 10100 10100 0 1011010 11000 1001001 1010001 101010

Color Harmonies of #9BC214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC214

Black with #9BC214

Text Example


Text Example

White with #9BC214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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