Html Css Color HEX #95BC0D Citrus

📋 copy color: '#95BC0D'

red 149 ◦ green 188 ◦ blue 13

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

Shades of Citrus #95BC0D

Tints of Citrus #95BC0D

RGB

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

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

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

R = 42.57%
G = 53.71%
B = 3.71%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#95BC0D (or 0x95BC0D) is known color: Citrus. HEX triplet: 95, BC and 0D. RGB value is (149,188,13). Sum of RGB (Red+Green+Blue) = 149+188+13=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 188 (73.83% from 255 or 53.71% from 350); Blue value is 13 (5.47% from 255 or 3.71% from 350); Max value from RGB is 188 - color contains mainly: green. Hex color #95BC0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95BC0D is #6A43F2. Grayscale: #9D9D9D. Windows color (decimal): -6964211 or 900245. OLE color: 900245.

HSL color Cylindrical-coordinate representation of color #95BC0D: hue angle of 73.37º 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 #95BC0D is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 188 13 -
CMYK 0.21 0 0.93 0.26
HSL 73.37º 0.87% 0.39% -
HSV(B) 73.37º 0.93% 0.74% -
XYZ 30.45 42.39 6.96 -
YUV 156.39 47.08 122.73 -
System Red Green Blue C M Y K H S L
Decimal 149 188 13 0.21 0 0.93 0.26 73.37 0.87 0.39
Hex 95 BC D 15 0 5D 1A 49 57 27
Octal 225 274 15 25 0 135 32 111 127 47
Binary 10010101 10111100 1101 10101 0 1011101 11010 1001001 1010111 100111

Color Harmonies of #95BC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BC0D

Black with #95BC0D

Text Example


Text Example

White with #95BC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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