Html Css Color HEX #95C819 Bahia

📋 copy color: '#95C819'

red 149 ◦ green 200 ◦ blue 25

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

Shades of Bahia #95C819

Tints of Bahia #95C819

RGB

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

 GREEN value IS 200 (78.52% from 255) = 53.48%

 BLUE value IS 25 (10.16% from 255) = 6.68%

R = 39.84%
G = 53.48%
B = 6.68%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#95C819 (or 0x95C819) is known color: Bahia. HEX triplet: 95, C8 and 19. RGB value is (149,200,25). Sum of RGB (Red+Green+Blue) = 149+200+25=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 200 (78.52% from 255 or 53.48% from 374); Blue value is 25 (10.16% from 255 or 6.68% from 374); Max value from RGB is 200 - color contains mainly: green. Hex color #95C819 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95C819 is #6A37E6. Grayscale: #A5A5A5. Windows color (decimal): -6961127 or 1689749. OLE color: 1689749.

HSL color Cylindrical-coordinate representation of color #95C819: hue angle of 77.49º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #95C819 is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 149 200 25 -
CMYK 0.26 0 0.88 0.22
HSL 77.49º 0.78% 0.44% -
HSV(B) 77.49º 0.88% 0.78% -
XYZ 33.22 47.77 8.39 -
YUV 164.8 49.1 116.73 -
System Red Green Blue C M Y K H S L
Decimal 149 200 25 0.26 0 0.88 0.22 77.49 0.78 0.44
Hex 95 C8 19 1A 0 58 16 4D 4E 2C
Octal 225 310 31 32 0 130 26 115 116 54
Binary 10010101 11001000 11001 11010 0 1011000 10110 1001101 1001110 101100

Color Harmonies of #95C819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C819

Black with #95C819

Text Example


Text Example

White with #95C819

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,200,25); }

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

background-color css

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

 a { background-color: rgb(149,200,25); }

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

border-color css

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

 span { border-color: rgb(149,200,25); }

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