Html Css Color HEX #B0D07A Caper

📋 copy color: '#B0D07A'

red 176 ◦ green 208 ◦ blue 122

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

Shades of Caper #B0D07A

Tints of Caper #B0D07A

RGB

 RED value IS 176 (69.14% from 255) = 34.78%

 GREEN value IS 208 (81.64% from 255) = 41.11%

 BLUE value IS 122 (48.05% from 255) = 24.11%

R = 34.78%
G = 41.11%
B = 24.11%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#B0D07A (or 0xB0D07A) is known color: Caper. HEX triplet: B0, D0 and 7A. RGB value is (176,208,122). Sum of RGB (Red+Green+Blue) = 176+208+122=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 208 (81.64% from 255 or 41.11% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D07A is #4F2F85. Grayscale: #BCBCBC. Windows color (decimal): -5189510 or 8048816. OLE color: 8048816.

HSL color Cylindrical-coordinate representation of color #B0D07A: hue angle of 82.33º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0D07A is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 208 122 -
CMYK 0.15 0 0.41 0.18
HSL 82.33º 0.48% 0.65% -
HSV(B) 82.33º 0.41% 0.82% -
XYZ 43.97 55.75 26.85 -
YUV 188.63 90.4 118.99 -
System Red Green Blue C M Y K H S L
Decimal 176 208 122 0.15 0 0.41 0.18 82.33 0.48 0.65
Hex B0 D0 7A F 0 29 12 52 30 41
Octal 260 320 172 17 0 51 22 122 60 101
Binary 10110000 11010000 1111010 1111 0 101001 10010 1010010 110000 1000001

Color Harmonies of #B0D07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D07A

Black with #B0D07A

Text Example


Text Example

White with #B0D07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D07A; }

 p { color: rgb(176,208,122); }

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

background-color css

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

 a { background-color: rgb(176,208,122); }

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

border-color css

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

 span { border-color: rgb(176,208,122); }

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