Html Css Color HEX #9BBF4C Atlantis

📋 copy color: '#9BBF4C'

red 155 ◦ green 191 ◦ blue 76

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

Shades of Atlantis #9BBF4C

Tints of Atlantis #9BBF4C

RGB

 RED value IS 155 (60.94% from 255) = 36.73%

 GREEN value IS 191 (75% from 255) = 45.26%

 BLUE value IS 76 (30.08% from 255) = 18.01%

R = 36.73%
G = 45.26%
B = 18.01%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#9BBF4C (or 0x9BBF4C) is known color: Atlantis. HEX triplet: 9B, BF and 4C. RGB value is (155,191,76). Sum of RGB (Red+Green+Blue) = 155+191+76=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 191 (75% from 255 or 45.26% from 422); Blue value is 76 (30.08% from 255 or 18.01% from 422); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBF4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BBF4C is #6440B3. Grayscale: #A7A7A7. Windows color (decimal): -6570164 or 5029787. OLE color: 5029787.

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

Color convert

RGB 155 191 76 -
CMYK 0.19 0 0.60 0.25
HSL 78.78º 0.47% 0.52% -
HSV(B) 78.78º 0.6% 0.75% -
XYZ 33.45 44.75 13.71 -
YUV 167.13 76.57 119.35 -
System Red Green Blue C M Y K H S L
Decimal 155 191 76 0.19 0 0.60 0.25 78.78 0.47 0.52
Hex 9B BF 4C 13 0 3C 19 4F 2F 34
Octal 233 277 114 23 0 74 31 117 57 64
Binary 10011011 10111111 1001100 10011 0 111100 11001 1001111 101111 110100

Color Harmonies of #9BBF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBF4C

Black with #9BBF4C

Text Example


Text Example

White with #9BBF4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,191,76); }

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

background-color css

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

 a { background-color: rgb(155,191,76); }

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

border-color css

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

 span { border-color: rgb(155,191,76); }

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