Html Css Color HEX #0BBA68 Jade

📋 copy color: '#0BBA68'

red 11 ◦ green 186 ◦ blue 104

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

Shades of Jade #0BBA68

Tints of Jade #0BBA68

RGB

 RED value IS 11 (4.69% from 255) = 3.65%

 GREEN value IS 186 (73.05% from 255) = 61.79%

 BLUE value IS 104 (41.02% from 255) = 34.55%

R = 3.65%
G = 61.79%
B = 34.55%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#0BBA68 (or 0x0BBA68) is known color: Jade. HEX triplet: 0B, BA and 68. RGB value is (11,186,104). Sum of RGB (Red+Green+Blue) = 11+186+104=301 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.65% from 301); Green value is 186 (73.05% from 255 or 61.79% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 186 - color contains mainly: green. Hex color #0BBA68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BBA68 is #F44597. Grayscale: #7C7C7C. Windows color (decimal): -16008600 or 6863371. OLE color: 6863371.

HSL color Cylindrical-coordinate representation of color #0BBA68: hue angle of 151.89º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBA68 is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 11 186 104 -
CMYK 0.94 0 0.44 0.27
HSL 151.89º 0.89% 0.39% -
HSV(B) 151.89º 0.94% 0.73% -
XYZ 20.2 36.19 19.02 -
YUV 124.33 116.52 47.17 -
System Red Green Blue C M Y K H S L
Decimal 11 186 104 0.94 0 0.44 0.27 151.89 0.89 0.39
Hex B BA 68 5E 0 2C 1B 98 59 27
Octal 13 272 150 136 0 54 33 230 131 47
Binary 1011 10111010 1101000 1011110 0 101100 11011 10011000 1011001 100111

Color Harmonies of #0BBA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBA68

Black with #0BBA68

Text Example


Text Example

White with #0BBA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0BBA68; }

 p { color: rgb(11,186,104); }

 H1.HeaderClassName
 {
   color: #0BBA68;
 }
 .AnyTagClassName
 {
   color: #0BBA68;
 }
</style>

background-color css

<style>
 a { background-color: #0BBA68; }

 a { background-color: rgb(11,186,104); }

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

border-color css

<style>
 span { border-color: #0BBA68; }

 span { border-color: rgb(11,186,104); }

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