Html Css Color HEX #9BBC12 Citrus

📋 copy color: '#9BBC12'

red 155 ◦ green 188 ◦ blue 18

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

Shades of Citrus #9BBC12

Tints of Citrus #9BBC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.99%

R = 42.94%
G = 52.08%
B = 4.99%

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

#9BBC12 (or 0x9BBC12) is known color: Citrus. HEX triplet: 9B, BC and 12. RGB value is (155,188,18). Sum of RGB (Red+Green+Blue) = 155+188+18=361 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.94% from 361); Green value is 188 (73.83% from 255 or 52.08% from 361); Blue value is 18 (7.42% from 255 or 4.99% from 361); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BBC12 is #6443ED. Grayscale: #9F9F9F. Windows color (decimal): -6570990 or 1227931. OLE color: 1227931.

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

Color convert

RGB 155 188 18 -
CMYK 0.18 0 0.90 0.26
HSL 71.65º 0.83% 0.4% -
HSV(B) 71.65º 0.9% 0.74% -
XYZ 31.61 42.98 7.2 -
YUV 158.75 48.57 125.32 -
System Red Green Blue C M Y K H S L
Decimal 155 188 18 0.18 0 0.90 0.26 71.65 0.83 0.4
Hex 9B BC 12 12 0 5A 1A 48 53 28
Octal 233 274 22 22 0 132 32 110 123 50
Binary 10011011 10111100 10010 10010 0 1011010 11010 1001000 1010011 101000

Color Harmonies of #9BBC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBC12

Black with #9BBC12

Text Example


Text Example

White with #9BBC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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