Html Css Color HEX #B9D37D Caper

📋 copy color: '#B9D37D'

red 185 ◦ green 211 ◦ blue 125

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

Shades of Caper #B9D37D

Tints of Caper #B9D37D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.5%

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

R = 35.51%
G = 40.5%
B = 23.99%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#B9D37D (or 0xB9D37D) is known color: Caper. HEX triplet: B9, D3 and 7D. RGB value is (185,211,125). Sum of RGB (Red+Green+Blue) = 185+211+125=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 211 - color contains mainly: green. Hex color #B9D37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D37D is #462C82. Grayscale: #C1C1C1. Windows color (decimal): -4598915 or 8246201. OLE color: 8246201.

HSL color Cylindrical-coordinate representation of color #B9D37D: hue angle of 78.14º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B9D37D is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 185 211 125 -
CMYK 0.12 0 0.41 0.17
HSL 78.14º 0.49% 0.66% -
HSV(B) 78.14º 0.41% 0.83% -
XYZ 47 58.38 28.19 -
YUV 193.42 89.39 121.99 -
System Red Green Blue C M Y K H S L
Decimal 185 211 125 0.12 0 0.41 0.17 78.14 0.49 0.66
Hex B9 D3 7D C 0 29 11 4E 31 42
Octal 271 323 175 14 0 51 21 116 61 102
Binary 10111001 11010011 1111101 1100 0 101001 10001 1001110 110001 1000010

Color Harmonies of #B9D37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D37D

Black with #B9D37D

Text Example


Text Example

White with #B9D37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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