Html Css Color HEX #95BA0C Citrus

📋 copy color: '#95BA0C'

red 149 ◦ green 186 ◦ blue 12

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

Shades of Citrus #95BA0C

Tints of Citrus #95BA0C

RGB

 RED value IS 149 (58.59% from 255) = 42.94%

 GREEN value IS 186 (73.05% from 255) = 53.6%

 BLUE value IS 12 (5.08% from 255) = 3.46%

R = 42.94%
G = 53.6%
B = 3.46%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#95BA0C (or 0x95BA0C) is known color: Citrus. HEX triplet: 95, BA and 0C. RGB value is (149,186,12). Sum of RGB (Red+Green+Blue) = 149+186+12=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 186 (73.05% from 255 or 53.60% from 347); Blue value is 12 (5.08% from 255 or 3.46% from 347); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95BA0C is #6A45F3. Grayscale: #9B9B9B. Windows color (decimal): -6964724 or 834197. OLE color: 834197.

HSL color Cylindrical-coordinate representation of color #95BA0C: hue angle of 72.76º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #95BA0C is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 186 12 -
CMYK 0.20 0 0.94 0.27
HSL 72.76º 0.88% 0.39% -
HSV(B) 72.76º 0.94% 0.73% -
XYZ 30.02 41.53 6.78 -
YUV 155.1 47.24 123.65 -
System Red Green Blue C M Y K H S L
Decimal 149 186 12 0.20 0 0.94 0.27 72.76 0.88 0.39
Hex 95 BA C 14 0 5E 1B 49 58 27
Octal 225 272 14 24 0 136 33 111 130 47
Binary 10010101 10111010 1100 10100 0 1011110 11011 1001001 1011000 100111

Color Harmonies of #95BA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BA0C

Black with #95BA0C

Text Example


Text Example

White with #95BA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95BA0C; }

 p { color: rgb(149,186,12); }

 H1.HeaderClassName
 {
   color: #95BA0C;
 }
 .AnyTagClassName
 {
   color: #95BA0C;
 }
</style>

background-color css

<style>
 a { background-color: #95BA0C; }

 a { background-color: rgb(149,186,12); }

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

border-color css

<style>
 span { border-color: #95BA0C; }

 span { border-color: rgb(149,186,12); }

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