Html Css Color HEX #B0C27D Caper

📋 copy color: '#B0C27D'

red 176 ◦ green 194 ◦ blue 125

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

Shades of Caper #B0C27D

Tints of Caper #B0C27D

RGB

 RED value IS 176 (69.14% from 255) = 35.56%

 GREEN value IS 194 (76.17% from 255) = 39.19%

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

R = 35.56%
G = 39.19%
B = 25.25%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#B0C27D (or 0xB0C27D) is known color: Caper. HEX triplet: B0, C2 and 7D. RGB value is (176,194,125). Sum of RGB (Red+Green+Blue) = 176+194+125=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C27D is #4F3D82. Grayscale: #B5B5B5. Windows color (decimal): -5193091 or 8241840. OLE color: 8241840.

HSL color Cylindrical-coordinate representation of color #B0C27D: hue angle of 75.65º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B0C27D is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 194 125 -
CMYK 0.09 0 0.36 0.24
HSL 75.65º 0.36% 0.63% -
HSV(B) 75.65º 0.36% 0.76% -
XYZ 40.9 49.29 26.76 -
YUV 180.75 96.54 124.61 -
System Red Green Blue C M Y K H S L
Decimal 176 194 125 0.09 0 0.36 0.24 75.65 0.36 0.63
Hex B0 C2 7D 9 0 24 18 4C 24 3F
Octal 260 302 175 11 0 44 30 114 44 77
Binary 10110000 11000010 1111101 1001 0 100100 11000 1001100 100100 111111

Color Harmonies of #B0C27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C27D

Black with #B0C27D

Text Example


Text Example

White with #B0C27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C27D; }

 p { color: rgb(176,194,125); }

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

background-color css

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

 a { background-color: rgb(176,194,125); }

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

border-color css

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

 span { border-color: rgb(176,194,125); }

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