Html Css Color HEX #B5CE7E Caper

📋 copy color: '#B5CE7E'

red 181 ◦ green 206 ◦ blue 126

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

Shades of Caper #B5CE7E

Tints of Caper #B5CE7E

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.16%

 BLUE value IS 126 (49.61% from 255) = 24.56%

R = 35.28%
G = 40.16%
B = 24.56%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#B5CE7E (or 0xB5CE7E) is known color: Caper. HEX triplet: B5, CE and 7E. RGB value is (181,206,126). Sum of RGB (Red+Green+Blue) = 181+206+126=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 126 (49.61% from 255 or 24.56% from 513); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CE7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CE7E is #4A3181. Grayscale: #BDBDBD. Windows color (decimal): -4862338 or 8310453. OLE color: 8310453.

HSL color Cylindrical-coordinate representation of color #B5CE7E: hue angle of 78.75º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B5CE7E is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 206 126 -
CMYK 0.12 0 0.39 0.19
HSL 78.75º 0.45% 0.65% -
HSV(B) 78.75º 0.39% 0.81% -
XYZ 44.89 55.47 28.08 -
YUV 189.41 92.22 122 -
System Red Green Blue C M Y K H S L
Decimal 181 206 126 0.12 0 0.39 0.19 78.75 0.45 0.65
Hex B5 CE 7E C 0 27 13 4F 2D 41
Octal 265 316 176 14 0 47 23 117 55 101
Binary 10110101 11001110 1111110 1100 0 100111 10011 1001111 101101 1000001

Color Harmonies of #B5CE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CE7E

Black with #B5CE7E

Text Example


Text Example

White with #B5CE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CE7E; }

 p { color: rgb(181,206,126); }

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

background-color css

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

 a { background-color: rgb(181,206,126); }

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

border-color css

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

 span { border-color: rgb(181,206,126); }

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