Html Css Color HEX #B2D27A Caper

📋 copy color: '#B2D27A'

red 178 ◦ green 210 ◦ blue 122

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

Shades of Caper #B2D27A

Tints of Caper #B2D27A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.18%

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

R = 34.9%
G = 41.18%
B = 23.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#B2D27A (or 0xB2D27A) is known color: Caper. HEX triplet: B2, D2 and 7A. RGB value is (178,210,122). Sum of RGB (Red+Green+Blue) = 178+210+122=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 210 (82.42% from 255 or 41.18% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D27A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D27A is #4D2D85. Grayscale: #BEBEBE. Windows color (decimal): -5057926 or 8049330. OLE color: 8049330.

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

Color convert

RGB 178 210 122 -
CMYK 0.15 0 0.42 0.18
HSL 81.82º 0.49% 0.65% -
HSV(B) 81.82º 0.42% 0.82% -
XYZ 44.92 56.96 27.04 -
YUV 190.4 89.4 119.16 -
System Red Green Blue C M Y K H S L
Decimal 178 210 122 0.15 0 0.42 0.18 81.82 0.49 0.65
Hex B2 D2 7A F 0 2A 12 52 31 41
Octal 262 322 172 17 0 52 22 122 61 101
Binary 10110010 11010010 1111010 1111 0 101010 10010 1010010 110001 1000001

Color Harmonies of #B2D27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D27A

Black with #B2D27A

Text Example


Text Example

White with #B2D27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D27A; }

 p { color: rgb(178,210,122); }

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

background-color css

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

 a { background-color: rgb(178,210,122); }

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

border-color css

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

 span { border-color: rgb(178,210,122); }

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