Html Css Color HEX #9BC90D Citrus

📋 copy color: '#9BC90D'

red 155 ◦ green 201 ◦ blue 13

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

Shades of Citrus #9BC90D

Tints of Citrus #9BC90D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 54.47%

 BLUE value IS 13 (5.47% from 255) = 3.52%

R = 42.01%
G = 54.47%
B = 3.52%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#9BC90D (or 0x9BC90D) is known color: Citrus. HEX triplet: 9B, C9 and 0D. RGB value is (155,201,13). Sum of RGB (Red+Green+Blue) = 155+201+13=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 201 (78.91% from 255 or 54.47% from 369); Blue value is 13 (5.47% from 255 or 3.52% from 369); Max value from RGB is 201 - color contains mainly: green. Hex color #9BC90D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC90D is #6436F2. Grayscale: #A6A6A6. Windows color (decimal): -6567667 or 903579. OLE color: 903579.

HSL color Cylindrical-coordinate representation of color #9BC90D: hue angle of 74.68º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9BC90D is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 155 201 13 -
CMYK 0.23 0 0.94 0.21
HSL 74.68º 0.88% 0.42% -
HSV(B) 74.68º 0.94% 0.79% -
XYZ 34.48 48.77 7.98 -
YUV 165.81 41.76 120.29 -
System Red Green Blue C M Y K H S L
Decimal 155 201 13 0.23 0 0.94 0.21 74.68 0.88 0.42
Hex 9B C9 D 17 0 5E 15 4B 58 2A
Octal 233 311 15 27 0 136 25 113 130 52
Binary 10011011 11001001 1101 10111 0 1011110 10101 1001011 1011000 101010

Color Harmonies of #9BC90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC90D

Black with #9BC90D

Text Example


Text Example

White with #9BC90D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,201,13); }

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

background-color css

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

 a { background-color: rgb(155,201,13); }

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

border-color css

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

 span { border-color: rgb(155,201,13); }

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