Html Css Color HEX #B8C67D Caper

📋 copy color: '#B8C67D'

red 184 ◦ green 198 ◦ blue 125

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

Shades of Caper #B8C67D

Tints of Caper #B8C67D

RGB

 RED value IS 184 (72.27% from 255) = 36.29%

 GREEN value IS 198 (77.73% from 255) = 39.05%

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

R = 36.29%
G = 39.05%
B = 24.65%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#B8C67D (or 0xB8C67D) is known color: Caper. HEX triplet: B8, C6 and 7D. RGB value is (184,198,125). Sum of RGB (Red+Green+Blue) = 184+198+125=507 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.29% from 507); Green value is 198 (77.73% from 255 or 39.05% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 198 - color contains mainly: green. Hex color #B8C67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C67D is #473982. Grayscale: #B9B9B9. Windows color (decimal): -4667779 or 8242872. OLE color: 8242872.

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

Color convert

RGB 184 198 125 -
CMYK 0.07 0 0.37 0.22
HSL 71.51º 0.39% 0.63% -
HSV(B) 71.51º 0.37% 0.78% -
XYZ 43.66 52.06 27.15 -
YUV 185.49 93.86 126.94 -
System Red Green Blue C M Y K H S L
Decimal 184 198 125 0.07 0 0.37 0.22 71.51 0.39 0.63
Hex B8 C6 7D 7 0 25 16 48 27 3F
Octal 270 306 175 7 0 45 26 110 47 77
Binary 10111000 11000110 1111101 111 0 100101 10110 1001000 100111 111111

Color Harmonies of #B8C67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C67D

Black with #B8C67D

Text Example


Text Example

White with #B8C67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C67D; }

 p { color: rgb(184,198,125); }

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

background-color css

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

 a { background-color: rgb(184,198,125); }

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

border-color css

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

 span { border-color: rgb(184,198,125); }

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