Html Css Color HEX #B9D07D Caper

📋 copy color: '#B9D07D'

red 185 ◦ green 208 ◦ blue 125

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

Shades of Caper #B9D07D

Tints of Caper #B9D07D

RGB

 RED value IS 185 (72.66% from 255) = 35.71%

 GREEN value IS 208 (81.64% from 255) = 40.15%

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

R = 35.71%
G = 40.15%
B = 24.13%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#B9D07D (or 0xB9D07D) is known color: Caper. HEX triplet: B9, D0 and 7D. RGB value is (185,208,125). Sum of RGB (Red+Green+Blue) = 185+208+125=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 125 (49.22% from 255 or 24.13% from 518); Max value from RGB is 208 - color contains mainly: green. Hex color #B9D07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D07D is #462F82. Grayscale: #BFBFBF. Windows color (decimal): -4599683 or 8245433. OLE color: 8245433.

HSL color Cylindrical-coordinate representation of color #B9D07D: hue angle of 76.63º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B9D07D is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 208 125 -
CMYK 0.11 0 0.40 0.18
HSL 76.63º 0.47% 0.65% -
HSV(B) 76.63º 0.4% 0.82% -
XYZ 46.27 56.91 27.95 -
YUV 191.66 90.38 123.25 -
System Red Green Blue C M Y K H S L
Decimal 185 208 125 0.11 0 0.40 0.18 76.63 0.47 0.65
Hex B9 D0 7D B 0 28 12 4D 2F 41
Octal 271 320 175 13 0 50 22 115 57 101
Binary 10111001 11010000 1111101 1011 0 101000 10010 1001101 101111 1000001

Color Harmonies of #B9D07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D07D

Black with #B9D07D

Text Example


Text Example

White with #B9D07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D07D; }

 p { color: rgb(185,208,125); }

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

background-color css

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

 a { background-color: rgb(185,208,125); }

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

border-color css

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

 span { border-color: rgb(185,208,125); }

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