Html Css Color HEX #9BBD14 Citrus

📋 copy color: '#9BBD14'

red 155 ◦ green 189 ◦ blue 20

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

Shades of Citrus #9BBD14

Tints of Citrus #9BBD14

RGB

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

 GREEN value IS 189 (74.22% from 255) = 51.92%

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

R = 42.58%
G = 51.92%
B = 5.49%

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

#9BBD14 (or 0x9BBD14) is known color: Citrus. HEX triplet: 9B, BD and 14. RGB value is (155,189,20). Sum of RGB (Red+Green+Blue) = 155+189+20=364 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.58% from 364); Green value is 189 (74.22% from 255 or 51.92% from 364); Blue value is 20 (8.20% from 255 or 5.49% from 364); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBD14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBD14 is #6442EB. Grayscale: #A0A0A0. Windows color (decimal): -6570732 or 1359259. OLE color: 1359259.

HSL color Cylindrical-coordinate representation of color #9BBD14: hue angle of 72.07º 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 #9BBD14 is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 189 20 -
CMYK 0.18 0 0.89 0.26
HSL 72.07º 0.81% 0.41% -
HSV(B) 72.07º 0.89% 0.74% -
XYZ 31.84 43.41 7.36 -
YUV 159.57 49.24 124.74 -
System Red Green Blue C M Y K H S L
Decimal 155 189 20 0.18 0 0.89 0.26 72.07 0.81 0.41
Hex 9B BD 14 12 0 59 1A 48 51 29
Octal 233 275 24 22 0 131 32 110 121 51
Binary 10011011 10111101 10100 10010 0 1011001 11010 1001000 1010001 101001

Color Harmonies of #9BBD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBD14

Black with #9BBD14

Text Example


Text Example

White with #9BBD14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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