Html Css Color HEX #9BBC0D Citrus

📋 copy color: '#9BBC0D'

red 155 ◦ green 188 ◦ blue 13

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

Shades of Citrus #9BBC0D

Tints of Citrus #9BBC0D

RGB

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

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

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

R = 43.54%
G = 52.81%
B = 3.65%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#9BBC0D (or 0x9BBC0D) is known color: Citrus. HEX triplet: 9B, BC and 0D. RGB value is (155,188,13). Sum of RGB (Red+Green+Blue) = 155+188+13=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 13 (5.47% from 255 or 3.65% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBC0D is #6443F2. Grayscale: #9E9E9E. Windows color (decimal): -6570995 or 900251. OLE color: 900251.

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

Color convert

RGB 155 188 13 -
CMYK 0.18 0 0.93 0.26
HSL 71.31º 0.87% 0.39% -
HSV(B) 71.31º 0.93% 0.74% -
XYZ 31.57 42.96 7.01 -
YUV 158.18 46.07 125.73 -
System Red Green Blue C M Y K H S L
Decimal 155 188 13 0.18 0 0.93 0.26 71.31 0.87 0.39
Hex 9B BC D 12 0 5D 1A 47 57 27
Octal 233 274 15 22 0 135 32 107 127 47
Binary 10011011 10111100 1101 10010 0 1011101 11010 1000111 1010111 100111

Color Harmonies of #9BBC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBC0D

Black with #9BBC0D

Text Example


Text Example

White with #9BBC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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