Html Css Color HEX #0BBA67 Jade

📋 copy color: '#0BBA67'

red 11 ◦ green 186 ◦ blue 103

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

Shades of Jade #0BBA67

Tints of Jade #0BBA67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 34.33%

R = 3.67%
G = 62%
B = 34.33%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#0BBA67 (or 0x0BBA67) is known color: Jade. HEX triplet: 0B, BA and 67. RGB value is (11,186,103). Sum of RGB (Red+Green+Blue) = 11+186+103=300 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.67% from 300); Green value is 186 (73.05% from 255 or 62% from 300); Blue value is 103 (40.62% from 255 or 34.33% from 300); Max value from RGB is 186 - color contains mainly: green. Hex color #0BBA67 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BBA67 is #F44598. Grayscale: #7C7C7C. Windows color (decimal): -16008601 or 6797835. OLE color: 6797835.

HSL color Cylindrical-coordinate representation of color #0BBA67: hue angle of 151.54º 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 #0BBA67 is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 11 186 103 -
CMYK 0.94 0 0.45 0.27
HSL 151.54º 0.89% 0.39% -
HSV(B) 151.54º 0.94% 0.73% -
XYZ 20.15 36.17 18.75 -
YUV 124.21 116.02 47.25 -
System Red Green Blue C M Y K H S L
Decimal 11 186 103 0.94 0 0.45 0.27 151.54 0.89 0.39
Hex B BA 67 5E 0 2D 1B 98 59 27
Octal 13 272 147 136 0 55 33 230 131 47
Binary 1011 10111010 1100111 1011110 0 101101 11011 10011000 1011001 100111

Color Harmonies of #0BBA67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBA67

Black with #0BBA67

Text Example


Text Example

White with #0BBA67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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