Html Css Color HEX #B2CA7D Caper

📋 copy color: '#B2CA7D'

red 178 ◦ green 202 ◦ blue 125

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

Shades of Caper #B2CA7D

Tints of Caper #B2CA7D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40%

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

R = 35.25%
G = 40%
B = 24.75%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#B2CA7D (or 0xB2CA7D) is known color: Caper. HEX triplet: B2, CA and 7D. RGB value is (178,202,125). Sum of RGB (Red+Green+Blue) = 178+202+125=505 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.25% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CA7D is #4D3582. Grayscale: #BABABA. Windows color (decimal): -5059971 or 8243890. OLE color: 8243890.

HSL color Cylindrical-coordinate representation of color #B2CA7D: hue angle of 78.7º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B2CA7D is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 202 125 -
CMYK 0.12 0 0.38 0.21
HSL 78.7º 0.42% 0.64% -
HSV(B) 78.7º 0.38% 0.79% -
XYZ 43.18 53.19 27.39 -
YUV 186.05 93.55 122.26 -
System Red Green Blue C M Y K H S L
Decimal 178 202 125 0.12 0 0.38 0.21 78.7 0.42 0.64
Hex B2 CA 7D C 0 26 15 4F 2A 40
Octal 262 312 175 14 0 46 25 117 52 100
Binary 10110010 11001010 1111101 1100 0 100110 10101 1001111 101010 1000000

Color Harmonies of #B2CA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CA7D

Black with #B2CA7D

Text Example


Text Example

White with #B2CA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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