Html Css Color HEX #B5C77D Caper

📋 copy color: '#B5C77D'

red 181 ◦ green 199 ◦ blue 125

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

Shades of Caper #B5C77D

Tints of Caper #B5C77D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.41%

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

R = 35.84%
G = 39.41%
B = 24.75%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#B5C77D (or 0xB5C77D) is known color: Caper. HEX triplet: B5, C7 and 7D. RGB value is (181,199,125). Sum of RGB (Red+Green+Blue) = 181+199+125=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 199 (78.12% from 255 or 39.41% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 199 - color contains mainly: green. Hex color #B5C77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C77D is #4A3882. Grayscale: #B9B9B9. Windows color (decimal): -4864131 or 8243125. OLE color: 8243125.

HSL color Cylindrical-coordinate representation of color #B5C77D: hue angle of 74.59º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B5C77D is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 181 199 125 -
CMYK 0.09 0 0.37 0.22
HSL 74.59º 0.4% 0.64% -
HSV(B) 74.59º 0.37% 0.78% -
XYZ 43.18 52.15 27.19 -
YUV 185.18 94.04 125.02 -
System Red Green Blue C M Y K H S L
Decimal 181 199 125 0.09 0 0.37 0.22 74.59 0.4 0.64
Hex B5 C7 7D 9 0 25 16 4B 28 40
Octal 265 307 175 11 0 45 26 113 50 100
Binary 10110101 11000111 1111101 1001 0 100101 10110 1001011 101000 1000000

Color Harmonies of #B5C77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C77D

Black with #B5C77D

Text Example


Text Example

White with #B5C77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C77D; }

 p { color: rgb(181,199,125); }

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

background-color css

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

 a { background-color: rgb(181,199,125); }

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

border-color css

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

 span { border-color: rgb(181,199,125); }

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