Html Css Color HEX #B2D27B Caper

📋 copy color: '#B2D27B'

red 178 ◦ green 210 ◦ blue 123

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

Shades of Caper #B2D27B

Tints of Caper #B2D27B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.1%

 BLUE value IS 123 (48.44% from 255) = 24.07%

R = 34.83%
G = 41.1%
B = 24.07%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#B2D27B (or 0xB2D27B) is known color: Caper. HEX triplet: B2, D2 and 7B. RGB value is (178,210,123). Sum of RGB (Red+Green+Blue) = 178+210+123=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 210 (82.42% from 255 or 41.10% from 511); Blue value is 123 (48.44% from 255 or 24.07% from 511); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D27B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D27B is #4D2D84. Grayscale: #BEBEBE. Windows color (decimal): -5057925 or 8114866. OLE color: 8114866.

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

Color convert

RGB 178 210 123 -
CMYK 0.15 0 0.41 0.18
HSL 82.07º 0.49% 0.65% -
HSV(B) 82.07º 0.41% 0.82% -
XYZ 44.98 56.99 27.37 -
YUV 190.51 89.9 119.07 -
System Red Green Blue C M Y K H S L
Decimal 178 210 123 0.15 0 0.41 0.18 82.07 0.49 0.65
Hex B2 D2 7B F 0 29 12 52 31 41
Octal 262 322 173 17 0 51 22 122 61 101
Binary 10110010 11010010 1111011 1111 0 101001 10010 1010010 110001 1000001

Color Harmonies of #B2D27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D27B

Black with #B2D27B

Text Example


Text Example

White with #B2D27B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D27B; }

 p { color: rgb(178,210,123); }

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

background-color css

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

 a { background-color: rgb(178,210,123); }

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

border-color css

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

 span { border-color: rgb(178,210,123); }

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