Html Css Color HEX #B8C67F Caper

📋 copy color: '#B8C67F'

red 184 ◦ green 198 ◦ blue 127

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

Shades of Caper #B8C67F

Tints of Caper #B8C67F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.95%

R = 36.15%
G = 38.9%
B = 24.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#B8C67F (or 0xB8C67F) is known color: Caper. HEX triplet: B8, C6 and 7F. RGB value is (184,198,127). Sum of RGB (Red+Green+Blue) = 184+198+127=509 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.15% from 509); Green value is 198 (77.73% from 255 or 38.90% from 509); Blue value is 127 (50% from 255 or 24.95% from 509); Max value from RGB is 198 - color contains mainly: green. Hex color #B8C67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C67F is #473980. Grayscale: #B9B9B9. Windows color (decimal): -4667777 or 8373944. OLE color: 8373944.

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

Color convert

RGB 184 198 127 -
CMYK 0.07 0 0.36 0.22
HSL 71.83º 0.38% 0.64% -
HSV(B) 71.83º 0.36% 0.78% -
XYZ 43.79 52.11 27.83 -
YUV 185.72 94.86 126.77 -
System Red Green Blue C M Y K H S L
Decimal 184 198 127 0.07 0 0.36 0.22 71.83 0.38 0.64
Hex B8 C6 7F 7 0 24 16 48 26 40
Octal 270 306 177 7 0 44 26 110 46 100
Binary 10111000 11000110 1111111 111 0 100100 10110 1001000 100110 1000000

Color Harmonies of #B8C67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C67F

Black with #B8C67F

Text Example


Text Example

White with #B8C67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C67F; }

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

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

background-color css

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

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

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

border-color css

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

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

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