Html Css Color HEX #B2CD70 Caper

📋 copy color: '#B2CD70'

red 178 ◦ green 205 ◦ blue 112

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

Shades of Caper #B2CD70

Tints of Caper #B2CD70

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.41%

 BLUE value IS 112 (44.14% from 255) = 22.63%

R = 35.96%
G = 41.41%
B = 22.63%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#B2CD70 (or 0xB2CD70) is known color: Caper. HEX triplet: B2, CD and 70. RGB value is (178,205,112). Sum of RGB (Red+Green+Blue) = 178+205+112=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CD70 is #4D328F. Grayscale: #BABABA. Windows color (decimal): -5059216 or 7392690. OLE color: 7392690.

HSL color Cylindrical-coordinate representation of color #B2CD70: hue angle of 77.42º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2CD70 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 205 112 -
CMYK 0.13 0 0.45 0.20
HSL 77.42º 0.48% 0.62% -
HSV(B) 77.42º 0.45% 0.8% -
XYZ 43.12 54.3 23.54 -
YUV 186.33 86.05 122.06 -
System Red Green Blue C M Y K H S L
Decimal 178 205 112 0.13 0 0.45 0.20 77.42 0.48 0.62
Hex B2 CD 70 D 0 2D 14 4D 30 3E
Octal 262 315 160 15 0 55 24 115 60 76
Binary 10110010 11001101 1110000 1101 0 101101 10100 1001101 110000 111110

Color Harmonies of #B2CD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CD70

Black with #B2CD70

Text Example


Text Example

White with #B2CD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CD70; }

 p { color: rgb(178,205,112); }

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

background-color css

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

 a { background-color: rgb(178,205,112); }

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

border-color css

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

 span { border-color: rgb(178,205,112); }

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