Html Css Color HEX #B6CF7B Caper

📋 copy color: '#B6CF7B'

red 182 ◦ green 207 ◦ blue 123

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

Shades of Caper #B6CF7B

Tints of Caper #B6CF7B

RGB

 RED value IS 182 (71.48% from 255) = 35.55%

 GREEN value IS 207 (81.25% from 255) = 40.43%

 BLUE value IS 123 (48.44% from 255) = 24.02%

R = 35.55%
G = 40.43%
B = 24.02%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#B6CF7B (or 0xB6CF7B) is known color: Caper. HEX triplet: B6, CF and 7B. RGB value is (182,207,123). Sum of RGB (Red+Green+Blue) = 182+207+123=512 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.55% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 123 (48.44% from 255 or 24.02% from 512); Max value from RGB is 207 - color contains mainly: green. Hex color #B6CF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6CF7B is #493084. Grayscale: #BEBEBE. Windows color (decimal): -4796549 or 8114102. OLE color: 8114102.

HSL color Cylindrical-coordinate representation of color #B6CF7B: hue angle of 77.86º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B6CF7B is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 207 123 -
CMYK 0.12 0 0.41 0.19
HSL 77.86º 0.47% 0.65% -
HSV(B) 77.86º 0.41% 0.81% -
XYZ 45.18 56 27.17 -
YUV 189.95 90.22 122.33 -
System Red Green Blue C M Y K H S L
Decimal 182 207 123 0.12 0 0.41 0.19 77.86 0.47 0.65
Hex B6 CF 7B C 0 29 13 4E 2F 41
Octal 266 317 173 14 0 51 23 116 57 101
Binary 10110110 11001111 1111011 1100 0 101001 10011 1001110 101111 1000001

Color Harmonies of #B6CF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CF7B

Black with #B6CF7B

Text Example


Text Example

White with #B6CF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CF7B; }

 p { color: rgb(182,207,123); }

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

background-color css

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

 a { background-color: rgb(182,207,123); }

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

border-color css

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

 span { border-color: rgb(182,207,123); }

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