Html Css Color HEX #9BBC14 Citrus

📋 copy color: '#9BBC14'

red 155 ◦ green 188 ◦ blue 20

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

Shades of Citrus #9BBC14

Tints of Citrus #9BBC14

RGB

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

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

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

R = 42.7%
G = 51.79%
B = 5.51%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#9BBC14 (or 0x9BBC14) is known color: Citrus. HEX triplet: 9B, BC and 14. RGB value is (155,188,20). Sum of RGB (Red+Green+Blue) = 155+188+20=363 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.70% from 363); Green value is 188 (73.83% from 255 or 51.79% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBC14 is #6443EB. Grayscale: #9F9F9F. Windows color (decimal): -6570988 or 1359003. OLE color: 1359003.

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

Color convert

RGB 155 188 20 -
CMYK 0.18 0 0.89 0.26
HSL 71.79º 0.81% 0.41% -
HSV(B) 71.79º 0.89% 0.74% -
XYZ 31.63 42.99 7.29 -
YUV 158.98 49.57 125.16 -
System Red Green Blue C M Y K H S L
Decimal 155 188 20 0.18 0 0.89 0.26 71.79 0.81 0.41
Hex 9B BC 14 12 0 59 1A 48 51 29
Octal 233 274 24 22 0 131 32 110 121 51
Binary 10011011 10111100 10100 10010 0 1011001 11010 1001000 1010001 101001

Color Harmonies of #9BBC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBC14

Black with #9BBC14

Text Example


Text Example

White with #9BBC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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