Html Css Color HEX #4BA86B Ocean Green

📋 copy color: '#4BA86B'

red 75 ◦ green 168 ◦ blue 107

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

Shades of Ocean Green #4BA86B

Tints of Ocean Green #4BA86B

RGB

 RED value IS 75 (29.69% from 255) = 21.43%

 GREEN value IS 168 (66.02% from 255) = 48%

 BLUE value IS 107 (42.19% from 255) = 30.57%

R = 21.43%
G = 48%
B = 30.57%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#4BA86B (or 0x4BA86B) is known color: Ocean Green. HEX triplet: 4B, A8 and 6B. RGB value is (75,168,107). Sum of RGB (Red+Green+Blue) = 75+168+107=350 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.43% from 350); Green value is 168 (66.02% from 255 or 48% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 168 - color contains mainly: green. Hex color #4BA86B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BA86B is #B45794. Grayscale: #858585. Windows color (decimal): -11818901 or 7055435. OLE color: 7055435.

HSL color Cylindrical-coordinate representation of color #4BA86B: hue angle of 140.65º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4BA86B is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB 75 168 107 -
CMYK 0.55 0 0.36 0.34
HSL 140.65º 0.38% 0.48% -
HSV(B) 140.65º 0.55% 0.66% -
XYZ 19.56 30.56 18.78 -
YUV 133.24 113.19 86.46 -
System Red Green Blue C M Y K H S L
Decimal 75 168 107 0.55 0 0.36 0.34 140.65 0.38 0.48
Hex 4B A8 6B 37 0 24 22 8D 26 30
Octal 113 250 153 67 0 44 42 215 46 60
Binary 1001011 10101000 1101011 110111 0 100100 100010 10001101 100110 110000

Color Harmonies of #4BA86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA86B

Black with #4BA86B

Text Example


Text Example

White with #4BA86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4BA86B; }

 p { color: rgb(75,168,107); }

 H1.HeaderClassName
 {
   color: #4BA86B;
 }
 .AnyTagClassName
 {
   color: #4BA86B;
 }
</style>

background-color css

<style>
 a { background-color: #4BA86B; }

 a { background-color: rgb(75,168,107); }

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

border-color css

<style>
 span { border-color: #4BA86B; }

 span { border-color: rgb(75,168,107); }

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