Html Css Color HEX #9BBC13 Citrus

📋 copy color: '#9BBC13'

red 155 ◦ green 188 ◦ blue 19

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

Shades of Citrus #9BBC13

Tints of Citrus #9BBC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.25%

R = 42.82%
G = 51.93%
B = 5.25%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#9BBC13 (or 0x9BBC13) is known color: Citrus. HEX triplet: 9B, BC and 13. RGB value is (155,188,19). Sum of RGB (Red+Green+Blue) = 155+188+19=362 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.82% from 362); Green value is 188 (73.83% from 255 or 51.93% from 362); Blue value is 19 (7.81% from 255 or 5.25% from 362); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBC13 is #6443EC. Grayscale: #9F9F9F. Windows color (decimal): -6570989 or 1293467. OLE color: 1293467.

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

Color convert

RGB 155 188 19 -
CMYK 0.18 0 0.90 0.26
HSL 71.72º 0.82% 0.41% -
HSV(B) 71.72º 0.9% 0.74% -
XYZ 31.62 42.98 7.25 -
YUV 158.87 49.07 125.24 -
System Red Green Blue C M Y K H S L
Decimal 155 188 19 0.18 0 0.90 0.26 71.72 0.82 0.41
Hex 9B BC 13 12 0 5A 1A 48 52 29
Octal 233 274 23 22 0 132 32 110 122 51
Binary 10011011 10111100 10011 10010 0 1011010 11010 1001000 1010010 101001

Color Harmonies of #9BBC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBC13

Black with #9BBC13

Text Example


Text Example

White with #9BBC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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