Html Css Color HEX #B2D07A Caper

📋 copy color: '#B2D07A'

red 178 ◦ green 208 ◦ blue 122

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

Shades of Caper #B2D07A

Tints of Caper #B2D07A

RGB

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

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

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

R = 35.04%
G = 40.94%
B = 24.02%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#B2D07A (or 0xB2D07A) is known color: Caper. HEX triplet: B2, D0 and 7A. RGB value is (178,208,122). Sum of RGB (Red+Green+Blue) = 178+208+122=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 208 (81.64% from 255 or 40.94% from 508); Blue value is 122 (48.05% from 255 or 24.02% from 508); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D07A is #4D2F85. Grayscale: #BDBDBD. Windows color (decimal): -5058438 or 8048818. OLE color: 8048818.

HSL color Cylindrical-coordinate representation of color #B2D07A: hue angle of 80.93º 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 #B2D07A is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 208 122 -
CMYK 0.14 0 0.41 0.18
HSL 80.93º 0.48% 0.65% -
HSV(B) 80.93º 0.41% 0.82% -
XYZ 44.43 55.98 26.88 -
YUV 189.23 90.06 119.99 -
System Red Green Blue C M Y K H S L
Decimal 178 208 122 0.14 0 0.41 0.18 80.93 0.48 0.65
Hex B2 D0 7A E 0 29 12 51 30 41
Octal 262 320 172 16 0 51 22 121 60 101
Binary 10110010 11010000 1111010 1110 0 101001 10010 1010001 110000 1000001

Color Harmonies of #B2D07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D07A

Black with #B2D07A

Text Example


Text Example

White with #B2D07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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