Html Css Color HEX #B2D07D Caper

📋 copy color: '#B2D07D'

red 178 ◦ green 208 ◦ blue 125

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

Shades of Caper #B2D07D

Tints of Caper #B2D07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.46%

R = 34.83%
G = 40.7%
B = 24.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#B2D07D (or 0xB2D07D) is known color: Caper. HEX triplet: B2, D0 and 7D. RGB value is (178,208,125). Sum of RGB (Red+Green+Blue) = 178+208+125=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 125 (49.22% from 255 or 24.46% from 511); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D07D is #4D2F82. Grayscale: #BDBDBD. Windows color (decimal): -5058435 or 8245426. OLE color: 8245426.

HSL color Cylindrical-coordinate representation of color #B2D07D: hue angle of 81.69º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2D07D is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 208 125 -
CMYK 0.14 0 0.40 0.18
HSL 81.69º 0.47% 0.65% -
HSV(B) 81.69º 0.4% 0.82% -
XYZ 44.62 56.06 27.87 -
YUV 189.57 91.56 119.75 -
System Red Green Blue C M Y K H S L
Decimal 178 208 125 0.14 0 0.40 0.18 81.69 0.47 0.65
Hex B2 D0 7D E 0 28 12 52 2F 41
Octal 262 320 175 16 0 50 22 122 57 101
Binary 10110010 11010000 1111101 1110 0 101000 10010 1010010 101111 1000001

Color Harmonies of #B2D07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D07D

Black with #B2D07D

Text Example


Text Example

White with #B2D07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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