Html Css Color HEX #95C01D Bahia

📋 copy color: '#95C01D'

red 149 ◦ green 192 ◦ blue 29

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

Shades of Bahia #95C01D

Tints of Bahia #95C01D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.89%

 BLUE value IS 29 (11.72% from 255) = 7.84%

R = 40.27%
G = 51.89%
B = 7.84%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#95C01D (or 0x95C01D) is known color: Bahia. HEX triplet: 95, C0 and 1D. RGB value is (149,192,29). Sum of RGB (Red+Green+Blue) = 149+192+29=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 29 (11.72% from 255 or 7.84% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #95C01D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C01D is #6A3FE2. Grayscale: #A1A1A1. Windows color (decimal): -6963171 or 1949845. OLE color: 1949845.

HSL color Cylindrical-coordinate representation of color #95C01D: hue angle of 75.83º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #95C01D is Cyan = 0.22, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 192 29 -
CMYK 0.22 0 0.85 0.25
HSL 75.83º 0.74% 0.43% -
HSV(B) 75.83º 0.85% 0.75% -
XYZ 31.47 44.18 8.03 -
YUV 160.56 53.75 119.75 -
System Red Green Blue C M Y K H S L
Decimal 149 192 29 0.22 0 0.85 0.25 75.83 0.74 0.43
Hex 95 C0 1D 16 0 55 19 4C 4A 2B
Octal 225 300 35 26 0 125 31 114 112 53
Binary 10010101 11000000 11101 10110 0 1010101 11001 1001100 1001010 101011

Color Harmonies of #95C01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C01D

Black with #95C01D

Text Example


Text Example

White with #95C01D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,192,29); }

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

background-color css

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

 a { background-color: rgb(149,192,29); }

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

border-color css

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

 span { border-color: rgb(149,192,29); }

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