Html Css Color HEX #9CBD41 Atlantis

📋 copy color: '#9CBD41'

red 156 ◦ green 189 ◦ blue 65

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

Shades of Atlantis #9CBD41

Tints of Atlantis #9CBD41

RGB

 RED value IS 156 (61.33% from 255) = 38.05%

 GREEN value IS 189 (74.22% from 255) = 46.1%

 BLUE value IS 65 (25.78% from 255) = 15.85%

R = 38.05%
G = 46.1%
B = 15.85%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#9CBD41 (or 0x9CBD41) is known color: Atlantis. HEX triplet: 9C, BD and 41. RGB value is (156,189,65). Sum of RGB (Red+Green+Blue) = 156+189+65=410 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.05% from 410); Green value is 189 (74.22% from 255 or 46.10% from 410); Blue value is 65 (25.78% from 255 or 15.85% from 410); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBD41 is #6342BE. Grayscale: #A5A5A5. Windows color (decimal): -6505151 or 4308380. OLE color: 4308380.

HSL color Cylindrical-coordinate representation of color #9CBD41: hue angle of 75.97º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9CBD41 is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 156 189 65 -
CMYK 0.17 0 0.66 0.26
HSL 75.97º 0.49% 0.5% -
HSV(B) 75.97º 0.66% 0.74% -
XYZ 32.86 43.84 11.73 -
YUV 165 71.57 121.58 -
System Red Green Blue C M Y K H S L
Decimal 156 189 65 0.17 0 0.66 0.26 75.97 0.49 0.5
Hex 9C BD 41 11 0 42 1A 4C 31 32
Octal 234 275 101 21 0 102 32 114 61 62
Binary 10011100 10111101 1000001 10001 0 1000010 11010 1001100 110001 110010

Color Harmonies of #9CBD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBD41

Black with #9CBD41

Text Example


Text Example

White with #9CBD41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,189,65); }

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

background-color css

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

 a { background-color: rgb(156,189,65); }

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

border-color css

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

 span { border-color: rgb(156,189,65); }

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