Html Css Color HEX #9CBE4B Atlantis

📋 copy color: '#9CBE4B'

red 156 ◦ green 190 ◦ blue 75

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

Shades of Atlantis #9CBE4B

Tints of Atlantis #9CBE4B

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.13%

 BLUE value IS 75 (29.69% from 255) = 17.81%

R = 37.05%
G = 45.13%
B = 17.81%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#9CBE4B (or 0x9CBE4B) is known color: Atlantis. HEX triplet: 9C, BE and 4B. RGB value is (156,190,75). Sum of RGB (Red+Green+Blue) = 156+190+75=421 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.05% from 421); Green value is 190 (74.61% from 255 or 45.13% from 421); Blue value is 75 (29.69% from 255 or 17.81% from 421); Max value from RGB is 190 - color contains mainly: green. Hex color #9CBE4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBE4B is #6341B4. Grayscale: #A7A7A7. Windows color (decimal): -6504885 or 4963996. OLE color: 4963996.

HSL color Cylindrical-coordinate representation of color #9CBE4B: hue angle of 77.74º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9CBE4B is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 190 75 -
CMYK 0.18 0 0.61 0.25
HSL 77.74º 0.47% 0.52% -
HSV(B) 77.74º 0.61% 0.75% -
XYZ 33.39 44.4 13.47 -
YUV 166.72 76.24 120.35 -
System Red Green Blue C M Y K H S L
Decimal 156 190 75 0.18 0 0.61 0.25 77.74 0.47 0.52
Hex 9C BE 4B 12 0 3D 19 4E 2F 34
Octal 234 276 113 22 0 75 31 116 57 64
Binary 10011100 10111110 1001011 10010 0 111101 11001 1001110 101111 110100

Color Harmonies of #9CBE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBE4B

Black with #9CBE4B

Text Example


Text Example

White with #9CBE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,190,75); }

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

background-color css

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

 a { background-color: rgb(156,190,75); }

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

border-color css

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

 span { border-color: rgb(156,190,75); }

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