Html Css Color HEX #B2D070 Caper

📋 copy color: '#B2D070'

red 178 ◦ green 208 ◦ blue 112

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

Shades of Caper #B2D070

Tints of Caper #B2D070

RGB

 RED value IS 178 (69.92% from 255) = 35.74%

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

 BLUE value IS 112 (44.14% from 255) = 22.49%

R = 35.74%
G = 41.77%
B = 22.49%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#B2D070 (or 0xB2D070) is known color: Caper. HEX triplet: B2, D0 and 70. RGB value is (178,208,112). Sum of RGB (Red+Green+Blue) = 178+208+112=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 208 (81.64% from 255 or 41.77% from 498); Blue value is 112 (44.14% from 255 or 22.49% from 498); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D070 is #4D2F8F. Grayscale: #BCBCBC. Windows color (decimal): -5058448 or 7393458. OLE color: 7393458.

HSL color Cylindrical-coordinate representation of color #B2D070: hue angle of 78.75º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2D070 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 208 112 -
CMYK 0.14 0 0.46 0.18
HSL 78.75º 0.51% 0.63% -
HSV(B) 78.75º 0.46% 0.82% -
XYZ 43.84 55.75 23.78 -
YUV 188.09 85.06 120.81 -
System Red Green Blue C M Y K H S L
Decimal 178 208 112 0.14 0 0.46 0.18 78.75 0.51 0.63
Hex B2 D0 70 E 0 2E 12 4F 33 3F
Octal 262 320 160 16 0 56 22 117 63 77
Binary 10110010 11010000 1110000 1110 0 101110 10010 1001111 110011 111111

Color Harmonies of #B2D070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D070

Black with #B2D070

Text Example


Text Example

White with #B2D070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D070; }

 p { color: rgb(178,208,112); }

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

background-color css

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

 a { background-color: rgb(178,208,112); }

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

border-color css

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

 span { border-color: rgb(178,208,112); }

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