Html Css Color HEX #9DCD1C Bahia

📋 copy color: '#9DCD1C'

red 157 ◦ green 205 ◦ blue 28

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

Shades of Bahia #9DCD1C

Tints of Bahia #9DCD1C

RGB

 RED value IS 157 (61.72% from 255) = 40.26%

 GREEN value IS 205 (80.47% from 255) = 52.56%

 BLUE value IS 28 (11.33% from 255) = 7.18%

R = 40.26%
G = 52.56%
B = 7.18%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#9DCD1C (or 0x9DCD1C) is known color: Bahia. HEX triplet: 9D, CD and 1C. RGB value is (157,205,28). Sum of RGB (Red+Green+Blue) = 157+205+28=390 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.26% from 390); Green value is 205 (80.47% from 255 or 52.56% from 390); Blue value is 28 (11.33% from 255 or 7.18% from 390); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DCD1C is #6232E3. Grayscale: #ABABAB. Windows color (decimal): -6435556 or 1887645. OLE color: 1887645.

HSL color Cylindrical-coordinate representation of color #9DCD1C: hue angle of 76.27º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9DCD1C is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 157 205 28 -
CMYK 0.23 0 0.86 0.20
HSL 76.27º 0.76% 0.46% -
HSV(B) 76.27º 0.86% 0.8% -
XYZ 35.95 50.91 9.03 -
YUV 170.47 47.6 118.39 -
System Red Green Blue C M Y K H S L
Decimal 157 205 28 0.23 0 0.86 0.20 76.27 0.76 0.46
Hex 9D CD 1C 17 0 56 14 4C 4C 2E
Octal 235 315 34 27 0 126 24 114 114 56
Binary 10011101 11001101 11100 10111 0 1010110 10100 1001100 1001100 101110

Color Harmonies of #9DCD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCD1C

Black with #9DCD1C

Text Example


Text Example

White with #9DCD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DCD1C; }

 p { color: rgb(157,205,28); }

 H1.HeaderClassName
 {
   color: #9DCD1C;
 }
 .AnyTagClassName
 {
   color: #9DCD1C;
 }
</style>

background-color css

<style>
 a { background-color: #9DCD1C; }

 a { background-color: rgb(157,205,28); }

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

border-color css

<style>
 span { border-color: #9DCD1C; }

 span { border-color: rgb(157,205,28); }

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