Html Css Color HEX #B2CE7D Caper

📋 copy color: '#B2CE7D'

red 178 ◦ green 206 ◦ blue 125

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

Shades of Caper #B2CE7D

Tints of Caper #B2CE7D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.47%

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

R = 34.97%
G = 40.47%
B = 24.56%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#B2CE7D (or 0xB2CE7D) is known color: Caper. HEX triplet: B2, CE and 7D. RGB value is (178,206,125). Sum of RGB (Red+Green+Blue) = 178+206+125=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CE7D is #4D3182. Grayscale: #BCBCBC. Windows color (decimal): -5058947 or 8244914. OLE color: 8244914.

HSL color Cylindrical-coordinate representation of color #B2CE7D: hue angle of 80.74º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B2CE7D is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 206 125 -
CMYK 0.14 0 0.39 0.19
HSL 80.74º 0.45% 0.65% -
HSV(B) 80.74º 0.39% 0.81% -
XYZ 44.13 55.09 27.71 -
YUV 188.39 92.22 120.59 -
System Red Green Blue C M Y K H S L
Decimal 178 206 125 0.14 0 0.39 0.19 80.74 0.45 0.65
Hex B2 CE 7D E 0 27 13 51 2D 41
Octal 262 316 175 16 0 47 23 121 55 101
Binary 10110010 11001110 1111101 1110 0 100111 10011 1010001 101101 1000001

Color Harmonies of #B2CE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CE7D

Black with #B2CE7D

Text Example


Text Example

White with #B2CE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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