Html Css Color HEX #95B80F Citrus

📋 copy color: '#95B80F'

red 149 ◦ green 184 ◦ blue 15

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

Shades of Citrus #95B80F

Tints of Citrus #95B80F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 52.87%

 BLUE value IS 15 (6.25% from 255) = 4.31%

R = 42.82%
G = 52.87%
B = 4.31%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#95B80F (or 0x95B80F) is known color: Citrus. HEX triplet: 95, B8 and 0F. RGB value is (149,184,15). Sum of RGB (Red+Green+Blue) = 149+184+15=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 184 (72.27% from 255 or 52.87% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 184 - color contains mainly: green. Hex color #95B80F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95B80F is #6A47F0. Grayscale: #9A9A9A. Windows color (decimal): -6965233 or 1030293. OLE color: 1030293.

HSL color Cylindrical-coordinate representation of color #95B80F: hue angle of 72.43º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #95B80F is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 149 184 15 -
CMYK 0.19 0 0.92 0.28
HSL 72.43º 0.85% 0.39% -
HSV(B) 72.43º 0.92% 0.72% -
XYZ 29.62 40.71 6.75 -
YUV 154.27 49.4 124.24 -
System Red Green Blue C M Y K H S L
Decimal 149 184 15 0.19 0 0.92 0.28 72.43 0.85 0.39
Hex 95 B8 F 13 0 5C 1C 48 55 27
Octal 225 270 17 23 0 134 34 110 125 47
Binary 10010101 10111000 1111 10011 0 1011100 11100 1001000 1010101 100111

Color Harmonies of #95B80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B80F

Black with #95B80F

Text Example


Text Example

White with #95B80F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,184,15); }

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

background-color css

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

 a { background-color: rgb(149,184,15); }

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

border-color css

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

 span { border-color: rgb(149,184,15); }

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