Html Css Color HEX #B5C085 Caper

📋 copy color: '#B5C085'

red 181 ◦ green 192 ◦ blue 133

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

Shades of Caper #B5C085

Tints of Caper #B5C085

RGB

 RED value IS 181 (71.09% from 255) = 35.77%

 GREEN value IS 192 (75.39% from 255) = 37.94%

 BLUE value IS 133 (52.34% from 255) = 26.28%

R = 35.77%
G = 37.94%
B = 26.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#B5C085 (or 0xB5C085) is known color: Caper. HEX triplet: B5, C0 and 85. RGB value is (181,192,133). Sum of RGB (Red+Green+Blue) = 181+192+133=506 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.77% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 133 (52.34% from 255 or 26.28% from 506); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C085 is #4A3F7A. Grayscale: #B6B6B6. Windows color (decimal): -4865915 or 8765621. OLE color: 8765621.

HSL color Cylindrical-coordinate representation of color #B5C085: hue angle of 71.19º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B5C085 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 192 133 -
CMYK 0.06 0 0.31 0.25
HSL 71.19º 0.32% 0.64% -
HSV(B) 71.19º 0.31% 0.75% -
XYZ 42.14 49.22 29.47 -
YUV 181.99 100.36 127.3 -
System Red Green Blue C M Y K H S L
Decimal 181 192 133 0.06 0 0.31 0.25 71.19 0.32 0.64
Hex B5 C0 85 6 0 1F 19 47 20 40
Octal 265 300 205 6 0 37 31 107 40 100
Binary 10110101 11000000 10000101 110 0 11111 11001 1000111 100000 1000000

Color Harmonies of #B5C085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C085

Black with #B5C085

Text Example


Text Example

White with #B5C085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C085; }

 p { color: rgb(181,192,133); }

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

background-color css

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

 a { background-color: rgb(181,192,133); }

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

border-color css

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

 span { border-color: rgb(181,192,133); }

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